mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-16 13:42:36 -04:00
Prefer shards install production (#202)
This commit is contained in:
parent
f63d120a85
commit
17ef280b15
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue