From c4c2e6a1137f1a636c7586c9b9e8a3082cb8e000 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Thu, 28 Aug 2025 11:33:32 +0200 Subject: [PATCH 1/2] Update README.md with a simpler install command --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6fcddc5f..ac992d31 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ You can check out the implementation of the [supported providers](https://github ## Installation ```bash -CODSPEED_RUNNER_VERSION= # refer to https://github.com/CodSpeedHQ/runner/releases for available versions curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/$CODSPEED_RUNNER_VERSION/codspeed-runner-installer.sh | bash source "$HOME/.cargo/env" ``` From 958e60060a72b6ba7a716f4e22198b595e534cd9 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Thu, 28 Aug 2025 11:35:35 +0200 Subject: [PATCH 2/2] Apply suggestion from @adriencaccia Co-authored-by: Adrien Cacciaguerra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac992d31..5bd7f922 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can check out the implementation of the [supported providers](https://github ## Installation ```bash -curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/$CODSPEED_RUNNER_VERSION/codspeed-runner-installer.sh | bash +curl -fsSL https://github.com/CodSpeedHQ/runner/releases/latest/download/codspeed-runner-installer.sh | bash source "$HOME/.cargo/env" ```