Skip to content

Commit

Permalink
docs: add manual installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfatta committed Jan 26, 2021
1 parent 33034a0 commit 2dae289
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ Stripe CLI, etc.
- For actions, delivering a CLI experience would be far ideal than having
developers write code in the browser.

## Setup instructions
## Install instructions
### macOS
1. Download the binaries: https://github.com/auth0/auth0-cli/releases/latest/auth0-cli_0.1.0_Darwin_x86_64.tar.gz
1. Extract
1. Move to `/usr/local/bin/auth0`
1. Setup CLI commands completion for your terminal:
1. (**bash**) auth0 completion bash > /usr/local/etc/bash_completion.d/auth0
1. (**zsh**) auth0 completion zsh > "${fpath[1]}/_auth0"
1. (**fish**) auth0 completion fish | source

> see full completion options: `auth0 completion -h`

## Dev Setup instructions

1. [Setup go](https://golang.org/doc/install)
2. Clone this repo: `git clone [email protected]:auth0/auth0-cli`
Expand Down

0 comments on commit 2dae289

Please sign in to comment.