Skip to content

Commit c169ba2

Browse files
authored
Update DEVELOPING docs (#135)
1 parent 080a1b1 commit c169ba2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEVELOPING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* Install JDK 11
44
* On mac with [homebrew](https://brew.sh/) installed:
55
```
6-
$ brew tap AdoptOpenJDK/openjdk
7-
$ brew install adoptopenjdk11 --cask
6+
$ brew install openjdk@11
87
# Use java_home to find the location of JAVA_HOME to set
98
$ /usr/libexec/java_home -V
109
$ export JAVA_HOME=/Library/Java/...
@@ -30,6 +29,8 @@
3029
* For VSCode, install the "Scala (Metals)" and "Scala Syntax (official)" plugins
3130
* You will need to create a GitHub personal access token (this is required by the sbt-github-packages plugin).
3231
* In GitHub settings, go to "Developer settings > Personal access token" and create a new token with "write:packages" and "read:packages" scopes only.
32+
* After you generate and copy your new token, make sure you have authorization with DNAnexus SSO to access the DNAnexus organization packages.
33+
You will need to press `Configure SSO` next to your generated token and then `Authorize` next to `dnanexus` organization.
3334
* Export the `GITHUB_TOKEN` environment variable with this token as the value. For example, in your `.profile`:
3435
```bash
3536
export GITHUB_TOKEN=<your personal access token>

0 commit comments

Comments
 (0)