Update README.md

This commit is contained in:
RoelofWobben 2020-12-27 10:51:10 +01:00 committed by GitHub
parent 8bf104c1fe
commit aa100ab467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,10 +46,10 @@ Then, you can run:
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
```
When you get a permission denied message then you have to exclude the directory where you placed the rustlings in your virus-scanner.
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
When you get a permission denied message then you have to exclude the directory where you placed the rustlings in your virus-scanner.
## Browser:
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)