We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4c60d commit 65e5430Copy full SHA for 65e5430
1 file changed
README.md
@@ -22,14 +22,15 @@ system. Unzip the file and place the binary in a location available on your
22
`PATH` environment variable.
23
24
<details open>
25
+
26
<summary>Instructions for non-Nix users</summary>
27
28
### pre-commit
29
30
Add a `.pre-commit-config.yaml` file to your project's root directory with the
31
following content:
32
-```yaml
33
+```yml
34
- repo: local
35
hooks:
36
- id: auto-commit-msg
@@ -41,7 +42,8 @@ following content:
41
42
43
</details>
44
-<details open>
45
+<details>
46
47
<summary>Instructions for Nix users</summary>
48
49
### devenv
0 commit comments