Skip to content

Commit

Permalink
docs: update install instructions (#195)
Browse files Browse the repository at this point in the history
* docs: update install instructions

* Update README.md

* Update README.md

Co-authored-by: Rita Zerrizuela <[email protected]>

* Update README.md

Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
jfatta and Widcket authored Mar 26, 2021
1 parent 0a8fe5b commit 4a5037d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,35 @@ brew install auth0/auth0-cli/auth0

#### Manually

1. Download the binaries from: https://github.com/auth0/auth0-cli/releases/latest/
1. Download the _Darwin_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract
1. Move `auth0` to `/usr/local/bin/auth0`, e.g.: `mv ~/Desktop/auth0 /usr/local/bin`
1. Run `./auth0`
1. Setup CLI commands completion for your terminal:
- (**bash**) `auth0 completion bash > /usr/local/etc/bash_completion.d/auth0`
- (**zsh**) `auth0 completion zsh > "${fpath[1]}/_auth0"`
- (**fish**) `auth0 completion fish | source`

> see more completion options: `auth0 completion -h`
### Windows

#### Manually

1. Download the _Windows_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract
1. Run `auth0.exe`

### Linux

#### Manually

1. Download the _Linux_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract `$ tar -xf auth0-cli_{dowloaded version here}_Linux_x86_64.tar.gz`
1. Run `./auth0`
1. Setup CLI commands completion for your terminal:
- `sudo ./auth0 completion bash > /etc/bash_completion.d/auth0`
> see more completion options: `auth0 completion -h`
## Usage

After installation, you should have the `auth0` command available:
Expand Down

0 comments on commit 4a5037d

Please sign in to comment.