From c160240bba74ced5f4fa0617d82c7a799de5d575 Mon Sep 17 00:00:00 2001 From: Daniel Liszka Date: Wed, 24 May 2023 13:52:13 +0200 Subject: [PATCH] chore: Update instructions with the new install.sh Github url Signed-off-by: Daniel Liszka --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c120342f8..1fb505eff 100644 --- a/README.md +++ b/README.md @@ -29,25 +29,25 @@ See the [getting started guide](https://docs.chainloop.dev/getting-started/insta 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/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s +curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s ``` you can retrieve a specific version with ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --version v0.8.95 +curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --version v0.8.95 ``` and customize the install path (default to /usr/local/bin) ```bash -curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --path /my-path +curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/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/docs/4a45f6ffa12bf3cc1d81fd9aa47e3cb17a499b0d/static/install.sh | bash -s -- --force-verification +curl -sfL https://raw.githubusercontent.com/chainloop-dev/docs/main/static/install.sh | bash -s -- --force-verification ``` ### Deploy Chainloop (optional)