From 7d38c95262196b6cbd06319d4e92215534b66ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levy?= Date: Wed, 1 Jun 2022 00:47:19 +0200 Subject: [PATCH] Improve Readme's installation section --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2e31c2..1140e33 100644 --- a/README.md +++ b/README.md @@ -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: