summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-12-23 16:16:24 +0100
committerGitHub <noreply@github.com>2022-12-23 16:16:24 +0100
commite0eef0e1901b80b5401a8c61346ab32eb54561cd (patch)
treef6cce69e8aa07b66f8dcff0a7f78e591cd16a05e /README.md
parente3af483fa68dbe2efd957327500b55acd86ef0fd (diff)
docs: add note about powershell compat
Closes #1299.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38972a4..44ca4bd 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Then, you can run:
Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -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.
+To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it. Keep in mind that this works best in PowerShell, and any other terminals may give you errors.
If you get a permission denied message, you might have to exclude the directory where you cloned Rustlings in your antivirus.