summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 840391b..edff62f 100644
--- a/README.md
+++ b/README.md
@@ -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: