Skip to content

Commit 8e9ccca

Browse files
authored
chore: Update instructions with the new install.sh Github url (#128)
Signed-off-by: Daniel Liszka <[email protected]>
1 parent a812ba2 commit 8e9ccca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ See the [getting started guide](https://docs.chainloop.dev/getting-started/insta
2929
To **install the latest version** for macOS, Linux or Windows (using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)) just choose one of the following installation methods.
3030

3131
```bash
32-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s
32+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s
3333
```
3434

3535
you can retrieve a specific version with
3636

3737
```bash
38-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --version v0.8.95
38+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --version v0.8.95
3939
```
4040

4141
and customize the install path (default to /usr/local/bin)
4242

4343
```bash
44-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --path /my-path
44+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --path /my-path
4545
```
4646

4747
if [`cosign`](https://docs.sigstore.dev/cosign) is present in your system, in addition to the checksum check, a signature verification will be performed. This behavior can be enforced via the `--force-verification` flag.
4848

4949
```bash
50-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --force-verification
50+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --force-verification
5151
```
5252

5353
### Deploy Chainloop (optional)

0 commit comments

Comments
 (0)