diff --git a/README.md b/README.md index 0f77c70..95f0154 100644 --- a/README.md +++ b/README.md @@ -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.