mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Updated Docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Docker-Py-ReVanced
|
# 🤓Docker-Py-ReVanced
|
||||||
|
|
||||||
A little python script that will help you in building Revanced and Revanced-Extended [apps](#note)
|
A little python script that will help you in building Revanced and Revanced-Extended [apps](#note)
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@ Revanced Extended.
|
|||||||
|
|
||||||
## Pre-Built APKs
|
## Pre-Built APKs
|
||||||
|
|
||||||
You can get pre-built apks [here](https://t.me/revanced_apkss)
|
You can get pre-built apks [here](https://revanced_apkss.t.me/)
|
||||||
|
|
||||||
## Build Yourself
|
## Build Yourself
|
||||||
|
|
||||||
@@ -44,8 +44,7 @@ You can use any of the following methods to build.
|
|||||||
4. If the building process is successful, you’ll get your APKs in the <br>
|
4. If the building process is successful, you’ll get your APKs in the <br>
|
||||||
<img src="https://i.imgur.com/S5d7qAO.png" width="700" style="left">
|
<img src="https://i.imgur.com/S5d7qAO.png" width="700" style="left">
|
||||||
|
|
||||||
<details>
|
- 🐳With Docker Compose
|
||||||
<summary>🐳With Docker Compose</summary>
|
|
||||||
|
|
||||||
1. Install Docker(Skip if already installed)
|
1. Install Docker(Skip if already installed)
|
||||||
```bash
|
```bash
|
||||||
@@ -77,10 +76,7 @@ You can use any of the following methods to build.
|
|||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
- 🐳With Docker
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>🐳With Docker</summary>
|
|
||||||
|
|
||||||
1. Install Docker(Skip if already installed)
|
1. Install Docker(Skip if already installed)
|
||||||
```bash
|
```bash
|
||||||
@@ -93,10 +89,7 @@ You can use any of the following methods to build.
|
|||||||
```
|
```
|
||||||
You can pass below envs with `-e` flag.
|
You can pass below envs with `-e` flag.
|
||||||
|
|
||||||
</details>
|
- 🫠Without Docker
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>🫠Without Docker</summary>
|
|
||||||
|
|
||||||
1. Install Java17 (zulu preferred)
|
1. Install Java17 (zulu preferred)
|
||||||
2. Install Python
|
2. Install Python
|
||||||
@@ -117,9 +110,7 @@ You can use any of the following methods to build.
|
|||||||
python python main.py
|
python python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
## Note
|
||||||
|
|
||||||
### Note
|
|
||||||
|
|
||||||
(Pay attention to 3,4)<br>
|
(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.
|
||||||
|
|||||||
Reference in New Issue
Block a user