We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf93724 + 17f9d74 commit d00f0d8Copy full SHA for d00f0d8
README.md
@@ -36,13 +36,13 @@ This will install Rustlings and give you access to the `rustlings` command. Run
36
37
In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
38
39
-```ps
+```ps1
40
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
41
```
42
43
Then, you can run:
44
45
46
Start-BitsTransfer -Source https://git.io/JTL5v -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
47
48
0 commit comments