diff options
| author | tim bangma <git.bangma@pm.me> | 2020-06-10 04:51:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 10:51:03 +0200 |
| commit | f47d3f422db69da93d7528ac472296d8962037ec (patch) | |
| tree | db0a3a882bf00d9e10398aa9fdadc40145d6b5d7 | |
| parent | e6bd8021d9a7dd06feebc30c9d5f953901d7b419 (diff) | |
docs: Update `Invoke-WebRequest` to `Start-BitsTransfer` (#373)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Set-ExecutionPolicy RemoteSigned Then, you can run: ```ps -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 ``` To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it. |
