📝 Fixed Readme.md

This commit is contained in:
Nikhil Badyal
2022-10-18 19:51:59 +05:30
parent dc9a12a86f
commit 0ae0a47a3b
2 changed files with 12 additions and 8 deletions
+3
View File
@@ -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
+9 -8
View File
@@ -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 :
@@ -239,15 +240,15 @@ By default, script build the version as recommended by Revanced team.
`.env` you need to modify the repo. Edit it and make a commit. `.env` you need to modify the repo. Edit it and make a commit.
11. If you want to build youtube with `original icon` and `custom branding icon` both. Add `BUILD_OG_BRANDING_YOUTUBE` 11. If you want to build youtube with `original icon` and `custom branding icon` both. Add `BUILD_OG_BRANDING_YOUTUBE`
in `.env` file or in `ENVS` in `GitHub secrets` (Recommended) in the format in `.env` file or in `ENVS` in `GitHub secrets` (Recommended) in the format
```dotenv ```dotenv
BUILD_OG_BRANDING_YOUTUBE=True BUILD_OG_BRANDING_YOUTUBE=True
``` ```
You can also specify the branding patch to use for custom icon build. This can be done with by adding You can also specify the branding patch to use for custom icon build. This can be done with by adding
`BRANDING_PATCH` in `ENVS` in `GitHub secrets` (Recommended) in the format `BRANDING_PATCH` in `ENVS` in `GitHub secrets` (Recommended) in the format
```dotenv ```dotenv
BRANDING_PATCH=custom-branding-icon-blue BRANDING_PATCH=custom-branding-icon-blue
``` ```
12. Sample Envs ![envs] 12. Sample Envs ![envs]