summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Stoian <danmihaistoian@gmail.com>2021-04-24 18:32:13 +0300
committerDan Stoian <danmihaistoian@gmail.com>2021-04-24 18:32:13 +0300
commitc6b7ad8878d77202cd1f363a0d6b021ee48604ad (patch)
treeb6b3b3ed80bbf88535ec150601eabf8a856fcb56 /README.md
parent84461c20cbaf97a67baa55afc16989aab3e3c02d (diff)
updated README.md; specify need for admin rights
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 cf1de15..99b9d6e 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
## Windows
-In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
+In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
```ps
Set-ExecutionPolicy RemoteSigned