Skip to content

Armadillo Blogpost #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 29, 2021
Prev Previous commit
Next Next commit
added links for github
  • Loading branch information
Nathan Sass authored Jun 25, 2021
commit d41ec7da9ee0542cd5a4214cd11846dc25a425d1
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ required for a high quality audio player.

## Getting Started:

The library is hosted with Github packages so you will need to add the Github registry with authentication to your build.gradle file. See the official docs on authenticating here. But you will need to:
The library is hosted with Github packages so you will need to add the Github registry with authentication to your build.gradle file. See the official docs on authenticating [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages). But you will need to:

1. Generate a personal access token from your Github account.
1. Generate a [personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) from your Github account.
1. Add the Github package registry with authentication to your `build.gradle` file.

```kotlin
Expand Down