From 14677d87fd5a3c8fe8b3921418539803c3a29d3a Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Fri, 12 Sep 2025 23:29:49 +0200 Subject: [PATCH] feat(docs): added "immediately" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aedb944..bfed8de 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Clone this repository and cd into it. Run `just set-project-name {name}` in the project root directory. -It's best to then commit the script's changes to git. +It's best to then commit the script's changes to git immediately. 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. -If you want to share code between projects using the same template, make the shared code into a [git submodule(1)](https://linux.die.net/man/1/git-submodule) and add it as it's own cmake directory. \ No newline at end of file +If you want to share code between projects using the same template, make the shared code into a [git submodule(1)](https://linux.die.net/man/1/git-submodule) and add it as it's own cmake directory.