From 9552022208f2f7f0660c4268e6d555498b014156 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Tue, 17 Jun 2025 12:37:36 +0200 Subject: [PATCH] fix(docs): update download instructions in readme Signed-off-by: Miguel Martinez --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a92b4b510..6a7eec8cd 100644 --- a/README.md +++ b/README.md @@ -99,25 +99,25 @@ Follow the [quickstart](https://docs.chainloop.dev/quickstart) or the [getting s 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. ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/main/docs/static/install.sh | bash -s +curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s ``` you can retrieve a specific version with ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/main/docs/static/install.sh | bash -s -- --version v0.8.95 +curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --version v1.7.0 ``` and customize the install path (default to /usr/local/bin) ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/main/docs/static/install.sh | bash -s -- --path /my-path +curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --path /my-path ``` 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. ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/main/docs/static/install.sh | bash -s -- --force-verification +curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s -- --force-verification ``` ### Deploy Chainloop (optional)