Skip to content

Commit

Permalink
Improve Readme's installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy authored May 31, 2022
1 parent 84c6f17 commit 7d38c95
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ Before using Recode, the following dependencies need to be installed:

## Installation

The easiest way to get started is by running the following command in your terminal:
The easiest way to install Recode is by running the following command in your terminal:

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

You could change the default installation directory by replacing `/usr/local/bin` with your prefered path.
You could change:

- The default installation directory by replacing `/usr/local/bin` with your prefered path.

- The version installed by replacing `latest` with a [specific version](https://github.com/recode-sh/cli/releases).

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

Expand Down

0 comments on commit 7d38c95

Please # to comment.