Skip to content

Commit

Permalink
Update README.md (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 7, 2021
1 parent 7e224d1 commit 80245a7
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 @@ -21,7 +21,7 @@ brew install auth0/auth0-cli/auth0

#### Manually

1. Download the _Darwin_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Download the _Darwin_ binary from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract
1. Run `./auth0`
1. Setup CLI commands completion for your terminal:
Expand All @@ -35,15 +35,15 @@ brew install auth0/auth0-cli/auth0

#### Manually

1. Download the _Windows_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Download the _Windows_ binary from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract
1. Run `auth0.exe`

### Linux

#### Manually

1. Download the _Linux_ binaries from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Download the _Linux_ binary from the latest release: https://github.com/auth0/auth0-cli/releases/latest/
1. Extract `$ tar -xf auth0-cli_{dowloaded version here}_Linux_x86_64.tar.gz`
1. Run `./auth0`
1. Setup CLI commands completion for your terminal:
Expand Down Expand Up @@ -118,7 +118,7 @@ using the client ID.
Whether or not you've created the application using the CLI or the management
dashboard, you'll be able to test logging in using a specific application.
If you have the client ID, you may specify it via the `--client-id` flag,
If you have the client ID, you may pass it as an argument,
otherwise a prompt will be presented:
```bash
Expand Down

0 comments on commit 80245a7

Please sign in to comment.