summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Wilhelm <dan@danwilhelm.com>2020-05-28 00:35:29 -0700
committerGitHub <noreply@github.com>2020-05-28 09:35:29 +0200
commite81adc275240308ea49fe4f09f80977d5e6e4dce (patch)
tree1f4c88b42bdbf33420af9b90872e200654a32617 /README.md
parent500422d594bb75496b49e95ae104945dcd7c19a6 (diff)
chore: Add Powershell reminder
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5d399e..67eff54 100644
--- a/README.md
+++ b/README.md
@@ -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