From 4b49c7c48422cece2ca04e5e997c995a2bdcb72b Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 10 Sep 2020 15:00:24 -0400 Subject: [PATCH] Update install command --- docs/src/README.md | 2 +- docs/src/cinder-guide/installation.md | 2 +- docs/src/crit-guide/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/README.md b/docs/src/README.md index f9c7468..17271e9 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -12,7 +12,7 @@ It is designed to be used within automated scripting (i.e. non-interactive). Man The easiest way to install: ```sh -curl -sSf https://get.crit.sh | sh +curl -sSfL https://get.crit.sh | sh ``` Pre-built binaries are also available in [Releases](https://github.com/criticalstack/crit/releases/latest). Crit is written in Go so it is also pretty simple to install via go: diff --git a/docs/src/cinder-guide/installation.md b/docs/src/cinder-guide/installation.md index df40f68..e9d19db 100644 --- a/docs/src/cinder-guide/installation.md +++ b/docs/src/cinder-guide/installation.md @@ -3,5 +3,5 @@ Cinder is installed alongside of crit so the same helper script can be used for installation: ```sh -curl -sSf https://get.crit.sh | sh +curl -sSfL https://get.crit.sh | sh ``` diff --git a/docs/src/crit-guide/installation.md b/docs/src/crit-guide/installation.md index 8714397..f050b14 100644 --- a/docs/src/crit-guide/installation.md +++ b/docs/src/crit-guide/installation.md @@ -5,7 +5,7 @@ Run the following in your terminal to download the latest version of crit: ```sh -curl -sSf https://get.crit.sh | sh +curl -sSfL https://get.crit.sh | sh ``` ### Install From Packagecloud.io