Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Oct 6, 2024
1 parent 7e818ff commit ae0ef28
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,11 @@ Usage: invidious_update.sh [options]
To install Invidious:
- Latest release
```bash
curl -sSL https://github.com/tmiland/Invidious-Updater/releases/latest/download/invidious_update.sh > invidious_update.sh && \
chmod +x invidious_update.sh && \
./invidious_update.sh -i
curl -sSL https://github.com/tmiland/Invidious-Updater/raw/master/i.sh | bash release
```
- Master
```bash
curl -sSL https://github.com/tmiland/Invidious-Updater/raw/master/invidious_update.sh > invidious_update.sh && \
chmod +x invidious_update.sh && \
./invidious_update.sh -i
curl -sSL https://github.com/tmiland/Invidious-Updater/raw/master/i.sh
```

[Invidious-Installer](https://github.com/tmiland/invidious-installer) is sourced in the install option.
Expand Down

0 comments on commit ae0ef28

Please sign in to comment.