mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Use HTML in the summary
This commit is contained in:
parent
74ae506603
commit
9664f4357c
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -36,11 +36,7 @@ cargo install rustlings@6.0.0-beta.3
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary><strong>If the installation fails…</strong> (<em>click to expand</em>)</summary>
|
||||||
|
|
||||||
**If the installation fails…** (_click to expand_)
|
|
||||||
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
<!-- TODO: Remove @6.0.0-beta.x -->
|
<!-- TODO: Remove @6.0.0-beta.x -->
|
||||||
|
|
||||||
|
@ -86,11 +82,7 @@ This will start the _watch mode_ which walks you through the exercises in a pred
|
||||||
It will rerun the current exercise automatically every time you change the exercise's file in the `exercises/` directory.
|
It will rerun the current exercise automatically every time you change the exercise's file in the `exercises/` directory.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary><strong>If detecting file changes in the <code>exercises/</code> directory fails…</strong> (<em>click to expand</em>)</summary>
|
||||||
|
|
||||||
**If detecting file changes in the `exercises/` directory fails…** (_click to expand_)
|
|
||||||
|
|
||||||
</summary>
|
|
||||||
|
|
||||||
You can add the `--manual-run` flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` or `run` in the watch mode.
|
You can add the `--manual-run` flag (`rustlings --manual-run`) to manually rerun the current exercise by entering `r` or `run` in the watch mode.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue