Merge pull request #730 from stoiandan/main

updated README.md; specify need for admin rights
This commit is contained in:
marisa 2021-04-24 17:36:19 +02:00 committed by GitHub
commit 8c37db1a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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