Skip to content

Commit e2eb247

Browse files
authored
Merge pull request #1453 from keogami/patch-1
Split quick installation commands into two separate blocks
2 parents 362c1b0 + 8c4a7be commit e2eb247

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)