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.
2 parents 123e642 + aa9a943 commit 9b9a89cCopy full SHA for 9b9a89c
README.md
@@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
36
In PowerShell (Run as Administrator), 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