Skip to content

Commit

Permalink
fix(installation): first PowerShell command
Browse files Browse the repository at this point in the history
ExecutionPolicy to RemoteSigned command was fixed because the old command was getting denied access to change the Execution Policy property
  • Loading branch information
cseltol committed Mar 13, 2021
1 parent ebdb66c commit aa9a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:

```ps
Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```

Then, you can run:
Expand Down

0 comments on commit aa9a943

Please sign in to comment.