Skip to content

Commit c4db6b4

Browse files
committed
Point to version that exists
1 parent 794fb25 commit c4db6b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installation_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/install.sh | \
2222

2323
To pin a specific version, change the URL to include the version. For example:
2424
```bash
25-
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.1.2/install.sh | bash
25+
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.2.0/install.sh | bash
2626
```
2727

28-
Will always install the same version, 0.1.2.
28+
Will always install the same version, 0.2.0.
2929

3030
By default, the installer always chooses Linux binaries that are the most portable (i.e. `musl`). It does not check the `glibc`. The `--target` flag can be convenient for those cases. For example:
3131

0 commit comments

Comments
 (0)