Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jan 12, 2024
1 parent eec1094 commit f21dcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/oktadev/auth0-java-rest-api-examples.git
You will need a JDK with GraalVM and its native-image compiler. Using [SDKMAN](https://sdkman.io), run the following command and set it as the default:

```bash
sdk install java 21-graalce
sdk install java 21.0.1-graalce
```

Next, you'll need a [free Auth0 developer account](https://auth0.com/signup).
Expand All @@ -30,7 +30,7 @@ Install the [Auth0 CLI](https://github.com/auth0/auth0-cli#installation) and run
Create an access token using Auth0's CLI:

```shell
auth0 test token -a https://<your-auth0-domain>/api/v2/
auth0 test token -a https://<your-auth0-domain>/api/v2/ -s openid
```

Set the access token as a `TOKEN` environment variable in a terminal window.
Expand Down

0 comments on commit f21dcf3

Please sign in to comment.