Merge pull request 'Put flake instructions in a <details> block' (#13) from condense-readme into main
Reviewed-on: https://codeberg.org/svenvanheugten/git-check-assertions/pulls/13
This commit is contained in:
commit
f3444c3d55
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