Skip to content

Commit aa9a943

Browse files
authored
fix(installation): first PowerShell command
ExecutionPolicy to RemoteSigned command was fixed because the old command was getting denied access to change the Execution Policy property
1 parent ebdb66c commit aa9a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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, 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)