Skip to content

Commit e9f3f28

Browse files
authored
Syntax highlighting as console (#523)
The code blocks are shell sessions and not shell scripts which is why the highlighted oddly (`install` a different color) --- Out of scope project suggestions: * Support a mirror on an open source Git forge * Support an open source communication alternatives like IRC or Matrix
1 parent 3c4db74 commit e9f3f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Nushell is available as [downloadable binaries](https://github.com/nushell/nushe
3434

3535
#### macOS / Linux:
3636

37-
```sh
37+
```console
3838
$ brew install nushell
3939
```
4040

4141
#### Windows:
4242

43-
```powershell
43+
```console
4444
$ winget install nushell
4545
```
4646

0 commit comments

Comments
 (0)