We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece841f commit a02b279Copy full SHA for a02b279
README.md
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned
42
Then, you can run:
43
44
```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
+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
46
```
47
48
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
0 commit comments