mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Use make for Invidious setup
Copied from Linux section
This commit is contained in:
parent
42f3cfa1d0
commit
fb2a5496a0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue