mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-03 11:30:52 -05:00
Install steps: Prefer make
over crystal commands (#302)
This commit is contained in:
parent
135c587e29
commit
4fc4173430
@ -165,8 +165,7 @@ exit
|
|||||||
```bash
|
```bash
|
||||||
su - invidious
|
su - invidious
|
||||||
cd invidious
|
cd invidious
|
||||||
shards install --production
|
make
|
||||||
crystal build src/invidious.cr --release
|
|
||||||
cp config/config.example.yml config/config.yml
|
cp config/config.example.yml config/config.yml
|
||||||
# Configure config/config.yml how you want
|
# Configure config/config.yml how you want
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user