From d0dd0a0e5b6cc7517af8a7eaa038a5017bbd9754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levy?= Date: Mon, 30 May 2022 19:45:35 +0200 Subject: [PATCH] Fix install command --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd3c3f..6fdc49e 100644 --- a/README.md +++ b/README.md @@ -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