Skip to content

Commit 8c4a7be

Browse files
authored
docs(README.md): split quick installation commands into two separate code blocks
Having the two quick installation commands in two separate code blocks makes it easy to copy them through the github's `copy to clipboard` button
1 parent 362c1b0 commit 8c4a7be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ Just run:
2222

2323
```bash
2424
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
25-
# Or if you want it to be installed to a different path:
25+
```
26+
Or if you want it to be installed to a different path:
27+
28+
```bash
2629
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
2730
```
2831

0 commit comments

Comments
 (0)