Updated Updating (markdown)

This commit is contained in:
Omar Roth 2019-06-15 11:00:36 -05:00 committed by Perflyst
parent b1f3db5ec3
commit ee752ecf87

View File

@ -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
```