Skip to content

Commit 3c77a9b

Browse files
elliotwutingfengnicholasbishop
authored andcommitted
lint: specify language for fenced code blocks
1 parent 33a5e36 commit 3c77a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Linux only for now.
1515

1616
### Cargo
1717

18-
```
18+
```shell
1919
cargo install writedisk
2020
```
2121

2222
### Nix/NixOS
2323

2424
Per user:
2525

26-
```
26+
```shell
2727
nix-env --install writedisk
2828
```
2929

3030
System-wide:
3131

32-
```
32+
```shell
3333
environment.systemPackages = with pkgs; [ writedisk ];
3434
```
3535

0 commit comments

Comments
 (0)