mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Add the missing steps to copy and configure config.yml for manual installations (#289)
This commit is contained in:
parent
944e0f3cb2
commit
ddaf83d733
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,8 @@ su - invidious
|
|||
cd invidious
|
||||
shards install --production
|
||||
crystal build src/invidious.cr --release
|
||||
cp config/config.example.yml config/config.yml
|
||||
# Configure config/config.yml how you want
|
||||
exit
|
||||
```
|
||||
|
||||
|
@ -217,6 +219,8 @@ git clone https://github.com/iv-org/invidious
|
|||
cd invidious
|
||||
shards install --production
|
||||
crystal build src/invidious.cr --release
|
||||
cp config/config.example.yml config/config.yml
|
||||
# Configure config/config.yml how you want
|
||||
```
|
||||
|
||||
Note: If the command `crystal build` didn't work properly, you can build Invidious without lsquic may solve compatibilities issues:
|
||||
|
|
Loading…
Reference in a new issue