Skip to content

Commit

Permalink
Update package readme with github token related information
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Mar 20, 2024
1 parent 1bf5e6c commit 6f42a7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,21 @@ This repository only contains the source code for the package.

### Set up the prerequisites

* Download and install Java SE Development Kit (JDK) version 17 (from one of the following locations).
1. Download and install Java SE Development Kit (JDK) version 17 (from one of the following locations).

* [Oracle](https://www.oracle.com/java/technologies/downloads/)

* [OpenJDK](https://adoptium.net/)

> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Generate a Github access token with read package permissions, then set the following `env` variables:

```sh
export packageUser=<Your GitHub Username>
export packagePAT=<GitHub Personal Access Token>
```

### Build the source

Expand Down

0 comments on commit 6f42a7e

Please sign in to comment.