Put flake instructions in a <details> block
This commit is contained in:
parent
fea90637e3
commit
bf26f40261
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ On most systems, clone this repository and add the `bin` directory to your `PATH
|
||||||
|
|
||||||
If you use Nix with flakes, you can simply add it to your program's devshell instead:
|
If you use Nix with flakes, you can simply add it to your program's devshell instead:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Instructions for using the flake</summary>
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
@@ -2,12 +2,18 @@
|
@@ -2,12 +2,18 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
@ -49,6 +52,7 @@ If you use Nix with flakes, you can simply add it to your program's devshell ins
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
## What do you put in your commit messages?
|
## What do you put in your commit messages?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue