docs: Remove unnecessary step

This commit is contained in:
oSumAtrIX 2023-10-09 19:44:49 +02:00
parent d18b495e18
commit a2bb92ba6a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 0 additions and 11 deletions

View File

@ -19,17 +19,6 @@ done
## 2. 🛠️ Build from source
### Before building you need to be authenticated to GitHub Packages. This will assume you have a GitHub account
Create a PAT with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced) and add your token to `~/.gradle/gradle.properties`.
Example `gradle.properties` file:
```properties
gpr.user = ReVanced
gpr.key = ghp_key
```
### To build all projects, run the following command from the directory which contains the repositories
```bash