Skip to content

Commit

Permalink
Add README.md with Github PAT related step
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Apr 5, 2024
1 parent 6b33304 commit 13b948a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ This repository only contains the source code for the package.

> **Note:** After installation, remember to set the `JAVA_HOME` environment variable to the directory where JDK was installed.
2. Download and install [Ballerina Swan Lake](https://ballerina.io/).
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>
```

3. Download and install [Docker](https://www.docker.com/get-started).

Expand Down

0 comments on commit 13b948a

Please sign in to comment.