From f640719472098723a374746cb9293cb3305e1c11 Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Tue, 26 Feb 2019 21:31:32 +0200 Subject: [PATCH] Fix installation script parameters docs (#70) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8463469..10ce82a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Skip appending shell specific loader to shell config file, based on the current Example: ```bash -curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash --install-dir "./.fnm" --skip-shell +curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash -s --install-dir "./.fnm" --skip-shell ``` ### Manually