Skip to content

Commit 5b790a8

Browse files
committed
Comfortable docs viewing
1 parent bec0d82 commit 5b790a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/developer/0_prerequisites.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Here's everything you'll need to develop on ReVanced Manager
1515

1616
### Authenticating to GitHub Registry
1717

18-
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.
18+
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,
19+
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)
20+
and add your token to `~/.gradle/gradle.properties`, create the file if it does not exist.
1921

2022
```properties
2123
gpr.user = username

0 commit comments

Comments
 (0)