Skip to content

Commit

Permalink
docs: fix windows url
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Nov 24, 2024
1 parent 5fabba3 commit e558d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

=== "Windows"
```powershell
iwr https://get.dist.sh/ps1 -useb | iex
iwr https://get.dist.sh/install.ps1 -useb | iex
```

**Note:** Yes, I know, you really shouldn't download and run scripts from the internet, but at least it's not using `sudo`!
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

=== "Windows"
```powershell
iwr https://get.dist.sh/ps1 -useb | iex
iwr https://get.dist.sh/install.ps1 -useb | iex
```

**Note:** Yes, I know, you really shouldn't download and run scripts from the internet, but at least it's not using `sudo`!
Expand Down

0 comments on commit e558d22

Please sign in to comment.