mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Updated Updating (markdown)
This commit is contained in:
parent
b1f3db5ec3
commit
ee752ecf87
1 changed files with 5 additions and 0 deletions
|
@ -26,4 +26,9 @@ $ shards update && shards install
|
|||
$ crystal build src/invidious.cr --release
|
||||
$ exit
|
||||
$ sudo systemctl restart invidious.service
|
||||
```
|
||||
|
||||
#### With Docker:
|
||||
```bash
|
||||
$ docker-compose pull && docker-compose up --force-recreate --build && docker image prune -f
|
||||
```
|
Loading…
Reference in a new issue