Skip to content

Commit 5b3cb2c

Browse files
authored
Update README.md
1 parent 132f6f3 commit 5b3cb2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ allprojects {
4343
Create `github.properties` file in your project at root level and add two properties (make github personal access token)
4444

4545
```properties
46-
gpr.usr=yourusername
46+
gpr.usr=yourgithubusername
4747
gpr.key=yourgithubpersonalaccesstoken
4848
```
4949

50+
Or you could also set "GPR_USER" (your github username) or "GPR_API_KEY" (your github personal access token) as environment variables
51+
This would be very easy and you don't need to worry about checking out this file in git.
52+
53+
5054
#### Step 3 : Add The Dependency
5155

5256
```kotlin

0 commit comments

Comments
 (0)