diff --git a/README.md b/README.md index a128ef8..f11fe33 100644 --- a/README.md +++ b/README.md @@ -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: +
+Instructions for using the flake + ```diff @@ -2,12 +2,18 @@ inputs = { @@ -49,6 +52,7 @@ If you use Nix with flakes, you can simply add it to your program's devshell ins } ) ``` +
## What do you put in your commit messages?