From 0422a3ef4c16b79ebd961c8f5062aa21f595789d Mon Sep 17 00:00:00 2001 From: "Jorge L. Fatta" Date: Tue, 26 Jan 2021 17:14:08 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"`