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 ef3fd83 commit 9f01647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Stripe CLI, etc.
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
- (**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`
> see full completion options: `auth0 completion -h`
## Dev Setup instructions

Expand Down

0 comments on commit 9f01647

Please sign in to comment.