We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdb66c commit aa9a943Copy full SHA for aa9a943
README.md
@@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
36
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
37
38
```ps
39
-Set-ExecutionPolicy RemoteSigned
+Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
40
```
41
42
Then, you can run:
0 commit comments