diff --git a/README.md b/README.md index 6fcddc5f..5bd7f922 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ 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 +curl -fsSL https://github.com/CodSpeedHQ/runner/releases/latest/download/codspeed-runner-installer.sh | bash source "$HOME/.cargo/env" ```