From 6f42a7e7e8773ed09d4603381d2150dbfbbdb9cf Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 20 Mar 2024 16:34:22 +0530 Subject: [PATCH] Update package readme with github token related information --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a74f09..847b1e4b 100644 --- a/README.md +++ b/README.md @@ -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= +export packagePAT= +``` + ### Build the source