Use make for Invidious setup

Copied from Linux section
This commit is contained in:
Victor Lin 2024-04-28 09:30:58 -07:00
parent 42f3cfa1d0
commit fb2a5496a0

View file

@ -208,10 +208,10 @@ psql invidious kemal < config/sql/playlist_videos.sql
#### Set up Invidious
```bash
shards install --production
crystal build src/invidious.cr --release
make
# Configure config/config.yml as you like
cp config/config.example.yml config/config.yml
# Configure config/config.yml how you want
```
### Windows