diff options
| author | marisa <mokou@fastmail.com> | 2021-03-23 09:10:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 09:10:40 +0100 |
| commit | a02b27975018f69c51147f5f8d9638a5f4e26811 (patch) | |
| tree | d701828d7c42e03573db916e8bf17dc22728f039 /README.md | |
| parent | ece841f5cefeaeadc76938ec1617f08a0cb00c71 (diff) | |
chore: Provide a working Windows installation link
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Set-ExecutionPolicy RemoteSigned Then, you can run: ```ps -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 ``` To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it. |
