Skip to content

Commit 1e09045

Browse files
art049adriencaccia
andauthored
Update README.md with a simpler install command (#105)
* Update README.md with a simpler install command * Apply suggestion from @adriencaccia Co-authored-by: Adrien Cacciaguerra <adrien.caccia@gmail.com> --------- Co-authored-by: Adrien Cacciaguerra <adrien.caccia@gmail.com>
1 parent ace8755 commit 1e09045

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ You can check out the implementation of the [supported providers](https://github
2626
## Installation
2727

2828
```bash
29-
CODSPEED_RUNNER_VERSION=<insert-version> # refer to https://github.com/CodSpeedHQ/runner/releases for available versions
30-
curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/$CODSPEED_RUNNER_VERSION/codspeed-runner-installer.sh | bash
29+
curl -fsSL https://github.com/CodSpeedHQ/runner/releases/latest/download/codspeed-runner-installer.sh | bash
3130
source "$HOME/.cargo/env"
3231
```
3332

0 commit comments

Comments
 (0)