Skip to content

Commit

Permalink
docs: fix some code-blocks were not highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Mar 28, 2022
1 parent cd2b5e8 commit 17f9d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 17f9d74

Please sign in to comment.