Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy authored May 30, 2022
1 parent 5416905 commit d0dd0a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ Before using Recode, the following dependencies need to be installed:
The easiest way to get started is by running the following command in your terminal:

```bash
curl -sf https://raw.githubusercontent.com/recode-sh/cli/main/install.sh | sh
curl -sf https://raw.githubusercontent.com/recode-sh/cli/main/install.sh | sh -s -- -b /usr/local/bin
```

You could confirm that Recode is installed by running the `recode` command:
You could change the default installation directory by replacing `/usr/local/bin` with your prefered path.

Confirm that Recode is installed by running the `recode` command:

```bash
recode --help
Expand Down

0 comments on commit d0dd0a0

Please # to comment.