Install steps: Prefer make over crystal commands (#302)

This commit is contained in:
Samantaz Fox 2022-11-02 09:36:33 +00:00 committed by GitHub
parent 135c587e29
commit 4fc4173430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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