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.
Invoke-WebRequest
Start-BitsTransfer
1 parent e6bd802 commit f47d3f4Copy full SHA for f47d3f4
README.md
@@ -43,7 +43,7 @@ Set-ExecutionPolicy RemoteSigned
43
Then, you can run:
44
45
```ps
46
-Invoke-WebRequest https://git.io/rustlings-win | Select-Object -ExpandProperty Content | Out-File $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/rustlings-win -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
47
```
48
49
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
0 commit comments