From a0d640aef87bff5d19b699b3e176e6de7dea85e2 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Thu, 4 Sep 2025 11:28:28 +0200 Subject: [PATCH] tweak: README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ad5e59c..a49ae99 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ Clone this repository and enter. Run `just set-project-name {name}` in the project root directory. -> Note: {name} will be the name of your binary. - -(Optional, but recommended) Commit changes to git. +It's best to then commit the script's changes to git. Run `just generate` and `just build`, this should output a binary named {name} (as given for `set-project-name`) in the `bin/` subdirectory of the project root.