Merge pull request #730 from stoiandan/main

updated README.md; specify need for admin rights
pull/731/head
marisa 3 years ago committed by GitHub
commit 8c37db1a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save