Skip to content

Commit 9b9a89c

Browse files
authored
Merge pull request #668 from cseltol/main
fix(installation): first PowerShell command
2 parents 123e642 + aa9a943 commit 9b9a89c

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
@@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
3636
In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
3737

3838
```ps
39-
Set-ExecutionPolicy RemoteSigned
39+
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
4040
```
4141

4242
Then, you can run:

0 commit comments

Comments
 (0)