Skip to content

Commit e0eef0e

Browse files
authored
docs: add note about powershell compat
Closes #1299.
1 parent e3af483 commit e0eef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, you can run:
5555
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
5656
```
5757

58-
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
58+
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.
5959

6060
If you get a permission denied message, you might have to exclude the directory where you cloned Rustlings in your antivirus.
6161

0 commit comments

Comments
 (0)