diff options
| author | Keogami <41939011+keogami@users.noreply.github.com> | 2023-03-31 02:26:23 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 02:26:23 +0530 |
| commit | 8c4a7bea5fc9a4af6cb59dcb745aafa2d85bd2b9 (patch) | |
| tree | 94e4ed7918da64785b03c4699ca0c536c2a39c60 | |
| parent | 362c1b0d113ad9a5bd4d1dee8086757efd060785 (diff) | |
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
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ ``` |
