Skip to content

Commit

Permalink
Merge pull request #224 from sgrif/bump/2.2.1
Browse files Browse the repository at this point in the history
Point to the 2.2.1 install script
  • Loading branch information
weiznich authored Jun 13, 2024
2 parents c273f9a + cba3486 commit 078edd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ We provide pre-built binaries for diesel cli. You can install the command line t

```sh
# Linux/MacOS
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/download/v2.2.0/diesel_cli-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/download/v2.2.1/diesel_cli-installer.sh | sh

# Windows
powershell -c "irm https://github.com/diesel-rs/diesel/releases/download/v2.2.0/diesel_cli-installer.ps1 | iex"
powershell -c "irm https://github.com/diesel-rs/diesel/releases/download/v2.2.1/diesel_cli-installer.ps1 | iex"
```

:::
Expand Down

0 comments on commit 078edd8

Please sign in to comment.