Reformat README

This commit is contained in:
weidenwiesel
2025-08-20 14:31:02 +02:00
parent 61bab9c48c
commit f1ab3ad678
+6 -6
View File
@@ -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)