Skip to content

Commit

Permalink
Manual installation and environment variables (#941)
Browse files Browse the repository at this point in the history
* Update README.md

* Change the run command

---------

Co-authored-by: Michael Christenson II <[email protected]>
  • Loading branch information
andychiare and Michael Christenson II authored Dec 21, 2023
1 parent 5620e50 commit 12ca7e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ go install github.com/auth0/auth0-cli/cmd/auth0@latest
- **macOS**: `$ tar -xf auth0-cli_{version}_Darwin_{architecture}.tar.gz`
- **Linux**: `$ tar -xf auth0-cli_{version}_Linux_{architecture}.tar.gz`
- **Windows**: Extract `auth0-cli_{version}_Windows_{architecture}.zip` using your preferred method of choice
3. Run `./auth0`
3. Make sure that the `PATH` and `HOME` environment variables include the folder where the binary was extracted.
4. Run `auth0`

> **Note**
> Autocompletion instructions for supported platforms available by running `auth0 completion -h`
Expand Down

0 comments on commit 12ca7e5

Please sign in to comment.