mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
Merge pull request #668 from cseltol/main
fix(installation): first PowerShell command
This commit is contained in:
commit
9b9a89c79a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user