diff --git a/README.md b/README.md index 5b6ed96..1f36f47 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ First, clone this repo with all subrepos: Build invidious: 1. `patch.sh invidious` -2. `./build.sh development` for the development image or `./build.sh release` for the production image +2. `build.sh development` for the development image or `./build.sh release` for the production image Build invidious-companion: @@ -73,14 +73,14 @@ Build invidious-companion: For invidious: -1. `./update.sh invidious` to get the latest upstream -2. `./patch.sh invidious` -3. `./build.sh development` for the development image or `./build.sh release` for the production image +1. `update.sh invidious` to get the latest upstream +2. `patch.sh invidious` +3. `build.sh development` for the development image or `./build.sh release` for the production image For invidious-companion: -1. `./update.sh companion` to get the latest upstream -2. `./patch.sh companion` +1. `update.sh companion` to get the latest upstream +2. `patch.sh companion` 3. `build.sh companion` to build the invidious companion # Run instructions (docker compose V2)