Update README

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-03-22 15:25:59 +02:00
parent b05c20500a
commit 7d23d50d1b

View File

@@ -3,7 +3,7 @@
A bash script that will help you in building Revanced and Revanced-Extended apps. Based on [revanced-automatic-builder](https://github.com/gnuhead-chieb/revanced-automatic-builder). A bash script that will help you in building Revanced and Revanced-Extended apps. Based on [revanced-automatic-builder](https://github.com/gnuhead-chieb/revanced-automatic-builder).
```shell ```shell
docker run -v docker run -v $(pwd)/build:/app/build -v $(pwd)/out:/app/out -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/nikas36/revanced-builder:latest
``` ```
## Environment Variables ## Environment Variables
@@ -14,11 +14,10 @@ docker run -v
## Volumes ## Volumes
| Volume | Description | | Volume | Description |
| ------------- | --------------------- | | ------------ | --------------------- |
| `/app` | The app directory. | | `/app/build` | The build directory. |
| `/app/build` | The build directory. | | `/app/out` | The output directory. |
| `/app/output` | The output directory. |
## Notes ## Notes