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`:
|
In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
|
||||||
|
|
||||||
```ps
|
```ps
|
||||||
Set-ExecutionPolicy RemoteSigned
|
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can run:
|
Then, you can run:
|
||||||
|
|
Loading…
Reference in New Issue