diff options
| author | diannasoreil <mokou@fastmail.com> | 2022-03-29 14:53:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 14:53:55 +0200 |
| commit | d00f0d8c571e376fcd6591aed6a300b50a5f7bbe (patch) | |
| tree | 49b430ff16229aa546adcb417eb10f5f2d99e651 /README.md | |
| parent | bf93724511e672fb1dd124cb76da74f9f2af421b (diff) | |
| parent | 17f9d7429ccd133a72e815fb5618e0ce79560929 (diff) | |
Merge pull request #947 from KisaragiEffective/patch-1
docs: fix some code-blocks were not highlighted
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,13 +36,13 @@ This will install Rustlings and give you access to the `rustlings` command. Run In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`: -```ps +```ps1 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser ``` Then, you can run: -```ps +```ps1 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 ``` |
