diff --git a/README.md b/README.md index bc21620e7..9819a7159 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Stripe CLI, etc. ## Installation ### macOS -1. Download the binaries: https://github.com/auth0/auth0-cli/releases/latest/auth0-cli_0.1.0_Darwin_x86_64.tar.gz +1. Download the binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/ 1. Extract -1. Move to `/usr/local/bin/auth0` +1. Move to `auth0` to `/usr/local/bin/auth0`, e.g.: `mv ~/Desktop/auth0 /usr/local/bin` 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"`