Skip to content

Commit

Permalink
docs: Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 9, 2023
1 parent d18b495 commit a2bb92b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/revanced-development/1_setup_development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2bb92b

Please sign in to comment.