mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Fixed Readme.md
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
paths:
|
||||||
|
- '**.py'
|
||||||
|
- 'README.md'
|
||||||
jobs:
|
jobs:
|
||||||
dockerhub-push:
|
dockerhub-push:
|
||||||
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||||
|
|||||||
@@ -68,7 +68,8 @@ You can use any of the following methods to build.
|
|||||||
````
|
````
|
||||||
3. Install Docker compose(Skip if already installed or using **_`Docker Desktop`_**)
|
3. Install Docker compose(Skip if already installed or using **_`Docker Desktop`_**)
|
||||||
```bash
|
```bash
|
||||||
curl -L "https://github.com/docker/compose/releases/download/v2.10.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
curl -L "https://github.com/docker/compose/releases/download/v2.10.2/docker-compose-$(uname -s)-$(uname -m)" \
|
||||||
|
-o /usr/local/bin/docker-compose
|
||||||
sudo chmod +x /usr/local/bin/docker-compose
|
sudo chmod +x /usr/local/bin/docker-compose
|
||||||
```
|
```
|
||||||
4. Clone the repo
|
4. Clone the repo
|
||||||
@@ -130,8 +131,8 @@ You can use any of the following methods to build.
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
### Note (Pay attention to 3,4)
|
### Note
|
||||||
|
(Pay attention to 3,4)<br>
|
||||||
By default, script build the version as recommended by Revanced team.
|
By default, script build the version as recommended by Revanced team.
|
||||||
|
|
||||||
1. Supported values for **_<REVANCED_APPS_NAME>_** are :
|
1. Supported values for **_<REVANCED_APPS_NAME>_** are :
|
||||||
|
|||||||
Reference in New Issue
Block a user