File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6771Confirm that Recode is installed by running the ` recode ` command:
6872
You can’t perform that action at this time.
0 commit comments