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
pull/668/head
Ivan Nerazumov 3 years ago committed by GitHub
parent ebdb66c7bf
commit aa9a943ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save