mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
updated README.md; specify need for admin rights
This commit is contained in:
parent
84461c20cb
commit
c6b7ad8878
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue