summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarisa <mokou@fastmail.com>2021-07-05 18:56:34 +0200
committerGitHub <noreply@github.com>2021-07-05 18:56:34 +0200
commit9b9a89c79a2ac28143c9536e983ec0a1c62f0c0c (patch)
tree2e6659c968f777a352f66aae2af1cf9dce89f0de /README.md
parent123e6426d11e01aab25454fd6e523b4390636976 (diff)
parentaa9a943ddf3ae260782e73c26bcc9db60e5894b6 (diff)
Merge pull request #668 from cseltol/main
fix(installation): first PowerShell command
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 db25468..d70cd55 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
```ps
-Set-ExecutionPolicy RemoteSigned
+Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```
Then, you can run: