Skip to content

Commit

Permalink
chore: Provide a working Windows installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
shadows-withal authored Mar 23, 2021
1 parent ece841f commit a02b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a02b279

Please sign in to comment.