We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e332b80 commit bf4c60dCopy full SHA for bf4c60d
1 file changed
README.md
@@ -21,7 +21,27 @@ Download the precompiled binary from the [releases] page that matches your curre
21
system. Unzip the file and place the binary in a location available on your
22
`PATH` environment variable.
23
24
-<details>
+<details open>
25
+<summary>Instructions for non-Nix users</summary>
26
+
27
+### pre-commit
28
29
+Add a `.pre-commit-config.yaml` file to your project's root directory with the
30
+following content:
31
32
+```yaml
33
+- repo: local
34
+ hooks:
35
+ - id: auto-commit-msg
36
+ name: auto-commit-msg
37
+ entry: acm
38
+ language: system
39
+ stages: [prepare-commit-msg]
40
+```
41
42
+</details>
43
44
45
<summary>Instructions for Nix users</summary>
46
47
### devenv
0 commit comments