mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-02 06:46:22 -04:00
Install steps: Prefer make
over crystal commands (#302)
This commit is contained in:
parent
135c587e29
commit
4fc4173430
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ exit
|
|||
```bash
|
||||
su - invidious
|
||||
cd invidious
|
||||
shards install --production
|
||||
crystal build src/invidious.cr --release
|
||||
make
|
||||
cp config/config.example.yml config/config.yml
|
||||
# Configure config/config.yml how you want
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue