From bf26f40261078e49e3c0149a23440740470a12b9 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Fri, 6 Mar 2026 18:42:00 +0100 Subject: [PATCH] Put flake instructions in a
block --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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?