Prefer shards install production (#202)

This commit is contained in:
Samantaz Fox 2022-02-23 00:45:06 +01:00 committed by GitHub
parent f63d120a85
commit 17ef280b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ exit
```bash
su - invidious
cd invidious
shards update && shards install && crystal build src/invidious.cr --release
shards install --production
crystal build src/invidious.cr --release
exit
```