Merge pull request #1453 from keogami/patch-1
Split quick installation commands into two separate blocks
This commit is contained in:
commit
e2eb24761f
|
@ -22,7 +22,10 @@ Just run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | 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/
|
curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash -s mypath/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue