From 0a0d2f305320a62a112f35ebf4be13835b5a34b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Sun, 28 Apr 2019 09:35:32 +0200 Subject: [PATCH] Shorten installation script url (#95) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3fcaf4..832b352 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh): ```bash -curl https://raw.githubusercontent.com/Schniz/fnm/master/.ci/install.sh | bash +curl -fsSL https://github.com/Schniz/fnm/raw/master/.ci/install.sh | bash ``` #### Parameters @@ -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 -s -- --install-dir "./.fnm" --skip-shell +curl -fsSL https://github.com/Schniz/fnm/raw/master/.ci/install.sh | bash -s -- --install-dir "./.fnm" --skip-shell ``` ### Manually