mirror of
https://github.com/iv-org/documentation.git
synced 2025-11-23 17:13:17 -05:00
Fix download links in installation.md
Updated download links in installation instructions to use 'release-master' instead of 'master'.
This commit is contained in:
parent
dea73eb830
commit
4902ecd0b0
1 changed files with 2 additions and 2 deletions
|
|
@ -241,9 +241,9 @@ systemctl enable --now invidious.service
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# wget from a binary release
|
# wget from a binary release
|
||||||
# https://github.com/iv-org/invidious-companion/releases/tag/master
|
# https://github.com/iv-org/invidious-companion/releases/tag/release-master
|
||||||
|
|
||||||
wget https://github.com/iv-org/invidious-companion/releases/download/master/invidious_companion-x86_64-unknown-linux-gnu.tar.gz
|
wget https://github.com/iv-org/invidious-companion/releases/download/release-master/invidious_companion-x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
|
||||||
# or compile it using https://docs.deno.com/runtime/
|
# or compile it using https://docs.deno.com/runtime/
|
||||||
git clone https://github.com/iv-org/invidious-companion.git
|
git clone https://github.com/iv-org/invidious-companion.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue