Skip to content

Commit

Permalink
Comfortable docs viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jan 19, 2025
1 parent bec0d82 commit 5b790a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/developer/0_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Here's everything you'll need to develop on ReVanced Manager

### Authenticating to GitHub Registry

ReVanced Manager uses dependency from the GitHub Registry and so your build may fail without authenticating to the service, to authenticate you must add create a personal access token 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`, create the file if it does not exist.
ReVanced Manager uses dependency from the GitHub Registry (i.e., [ReVanced Patcher](https://github.com/ReVanced/revanced-patcher/packages)) and so your build may fail without authenticating to the service,
to authenticate you must add create a personal access token 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`, create the file if it does not exist.

```properties
gpr.user = username
Expand Down

0 comments on commit 5b790a8

Please sign in to comment.