Skip to content

Commit a02b279

Browse files
authored
chore: Provide a working Windows installation link
1 parent ece841f commit a02b279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned
4242
Then, you can run:
4343

4444
```ps
45-
Start-BitsTransfer -Source https://git.io/install-rustlings-win -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
45+
Start-BitsTransfer -Source https://git.io/JTL5v -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
4646
```
4747

4848
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.

0 commit comments

Comments
 (0)