diff options
| author | marisa <mokou@fastmail.com> | 2021-07-05 18:56:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 18:56:34 +0200 |
| commit | 9b9a89c79a2ac28143c9536e983ec0a1c62f0c0c (patch) | |
| tree | 2e6659c968f777a352f66aae2af1cf9dce89f0de /README.md | |
| parent | 123e6426d11e01aab25454fd6e523b4390636976 (diff) | |
| parent | aa9a943ddf3ae260782e73c26bcc9db60e5894b6 (diff) | |
Merge pull request #668 from cseltol/main
fix(installation): first PowerShell command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`: ```ps -Set-ExecutionPolicy RemoteSigned +Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ``` Then, you can run: |
