Skip to content

Commit

Permalink
Merge pull request #239 from Mehybinator/Mehybinator-patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md for installing cli tool windows
  • Loading branch information
JohnTitor authored Jan 1, 2025
2 parents 18a45c7 + 2c8c814 commit 057dd19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ We provide pre-built binaries for diesel cli. You can install the command line t
# Linux/MacOS
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/latest/download/diesel_cli-installer.sh | sh

# Windows
powershell -c "irm https://github.com/diesel-rs/diesel/releases/latest/download/diesel_cli-installer.ps1 | iex"
# Windows (powershell)
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
irm https://github.com/diesel-rs/diesel/releases/latest/download/diesel_cli-installer.ps1 | iex
```

:::
Expand Down

0 comments on commit 057dd19

Please sign in to comment.