diff options
| author | mo8it <mo8it@proton.me> | 2024-04-26 02:00:42 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-26 02:00:42 +0200 |
| commit | e63e668d867caa96045c3ce99e876ddcf425418f (patch) | |
| tree | 8aea49f02bfa8f1bd4b2e5c4fd960dece36a3ac6 | |
| parent | b7289e59aae11b294706b219df614efc2d852b60 (diff) | |
Use <details>
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -35,9 +35,8 @@ The following command will download and compile Rustlings: cargo install rustlings@6.0.0-beta.3 ``` -#### Troubleshooting - -If the installation fails⦠+<details> +<summary>š If the installation failsā¦</summary> <!-- TODO: Remove @6.0.0-beta.x --> @@ -45,6 +44,8 @@ If the installation fails⦠- Try adding the `--locked` flag: `cargo install rustlings --locked` - Otherwise, please [report an issue](https://github.com/rust-lang/rustlings/issues/new). +</details> + ### Initialization After installing Rustlings, run the following command to initialize the `rustlings/` directory: |
