mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Use <details>
This commit is contained in:
parent
b7289e59aa
commit
e63e668d86
1 changed files with 4 additions and 3 deletions
|
@ -35,9 +35,8 @@ The following command will download and compile Rustlings:
|
||||||
cargo install rustlings@6.0.0-beta.3
|
cargo install rustlings@6.0.0-beta.3
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Troubleshooting
|
<details>
|
||||||
|
<summary>🐛 If the installation fails…</summary>
|
||||||
If the installation fails…
|
|
||||||
|
|
||||||
<!-- TODO: Remove @6.0.0-beta.x -->
|
<!-- TODO: Remove @6.0.0-beta.x -->
|
||||||
|
|
||||||
|
@ -45,6 +44,8 @@ If the installation fails…
|
||||||
- Try adding the `--locked` flag: `cargo install rustlings --locked`
|
- Try adding the `--locked` flag: `cargo install rustlings --locked`
|
||||||
- Otherwise, please [report an issue](https://github.com/rust-lang/rustlings/issues/new).
|
- Otherwise, please [report an issue](https://github.com/rust-lang/rustlings/issues/new).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
### Initialization
|
### Initialization
|
||||||
|
|
||||||
After installing Rustlings, run the following command to initialize the `rustlings/` directory:
|
After installing Rustlings, run the following command to initialize the `rustlings/` directory:
|
||||||
|
|
Loading…
Reference in a new issue