diff --git a/guides/getting-started.html b/guides/getting-started.html index b5c798c..e28c56d 100644 --- a/guides/getting-started.html +++ b/guides/getting-started.html @@ -181,10 +181,10 @@

Installing Diesel CLI

Install the CLI tool
# 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"

You also can use cargo-binstall for this. To install diesel cli with cargo binstall run the following command: