mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-23 17:13:17 -05:00
docs: explain how to download binary for non docker user
This commit is contained in:
parent
e82b6ee10b
commit
deadfaa6fc
1 changed files with 5 additions and 1 deletions
|
|
@ -239,7 +239,11 @@ systemctl enable --now invidious.service
|
|||
#### Set up Invidious companion
|
||||
|
||||
```bash
|
||||
wget https://github.com/iv-org/invidious-companion???
|
||||
|
||||
# wget from a binary release
|
||||
# https://github.com/iv-org/invidious-companion/releases/tag/master
|
||||
|
||||
wget https://github.com/iv-org/invidious-companion/releases/download/master/invidious_companion-x86_64-unknown-linux-gnu.tar.gz
|
||||
|
||||
# or compile it using https://docs.deno.com/runtime/
|
||||
git clone https://github.com/iv-org/invidious-companion.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue