Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfatta authored Jan 26, 2021
1 parent 9f01647 commit 94d3f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Stripe CLI, etc.
1. Extract
1. Move to `/usr/local/bin/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
- (**bash**) `auth0 completion bash > /usr/local/etc/bash_completion.d/auth0`
- (**zsh**) `auth0 completion zsh > "${fpath[1]}/_auth0"`
- (**fish**) `auth0 completion fish | source`

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

0 comments on commit 94d3f24

Please sign in to comment.