Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRx committed Sep 10, 2020
1 parent 5e08dfd commit 4b49c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cinder-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/src/crit-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b49c7c

Please sign in to comment.