chore: Add Powershell reminder (PR )

This commit is contained in:
Dan Wilhelm 2020-05-27 23:19:17 -07:00
parent 06ef4cc654
commit 148d65e5c2

View file

@ -34,7 +34,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
## Windows
First, set `ExecutionPolicy` to `RemoteSigned`:
In Powershell, set `ExecutionPolicy` to `RemoteSigned`:
```ps
Set-ExecutionPolicy RemoteSigned