diff options
| author | Abdou Seck <djily02016@gmail.com> | 2020-12-31 11:09:29 -0500 |
|---|---|---|
| committer | Abdou Seck <djily02016@gmail.com> | 2020-12-31 11:13:03 -0500 |
| commit | 1283aa3bd887be798a7559a4bc02d1d7b7ad43ee (patch) | |
| tree | b5fb5e623feb769d21278c4ae5c483c4a151b625 | |
| parent | d0107f7921e8f7d9a333d3c637a80317744217e3 (diff) | |
| parent | ff6cba7205fc9b1a5cbb10dcf4f7887b153a4930 (diff) | |
Merge pull request #606 from RoelofWobben/ghost-RoelofWobben-patch-1
fix: Update README.md for Windows users to exclude the rustlings directory
from the list of directories scanned by Anti-Virus programs.
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/in 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) |
