Skip to content

Commit

Permalink
Merge pull request #1453 from keogami/patch-1
Browse files Browse the repository at this point in the history
Split quick installation commands into two separate blocks
  • Loading branch information
shadows-withal committed Mar 31, 2023
2 parents 362c1b0 + 8c4a7be commit e2eb247
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ Just run:

```bash
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash
# Or if you want it to be installed to a different path:
```
Or if you want it to be installed to a different path:

```bash
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
```

Expand Down

0 comments on commit e2eb247

Please sign in to comment.