Skip to content

Commit 7d38c95

Browse files
authored
Improve Readme's installation section
1 parent 84c6f17 commit 7d38c95

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@ Before using Recode, the following dependencies need to be installed:
5656

5757
## Installation
5858

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

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

65-
You could change the default installation directory by replacing `/usr/local/bin` with your prefered path.
65+
You could change:
66+
67+
- The default installation directory by replacing `/usr/local/bin` with your prefered path.
68+
69+
- The version installed by replacing `latest` with a [specific version](https://github.com/recode-sh/cli/releases).
6670

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

0 commit comments

Comments
 (0)