about summary refs log tree commit diff stats
path: root/templates.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:09:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-03 18:09:37 +0200
commit6a26c2200367686532f553f8a06548c98d106b73 (patch)
tree24ab073e0e8366ddc94a13add0ae76e2c60113ce /templates.nix
parentstyle(instantiate_templates): Use a function invocation (diff)
downloadflake-templates-6a26c2200367686532f553f8a06548c98d106b73.tar.gz
flake-templates-6a26c2200367686532f553f8a06548c98d106b73.zip
fix(templates.nix): Use better wording regarding `./init`
Diffstat (limited to 'templates.nix')
-rw-r--r--templates.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.nix b/templates.nix
index 7077e12..5a9bab8 100644
--- a/templates.nix
+++ b/templates.nix
@@ -15,7 +15,7 @@
   mkAddedTemplate = name: text: mkTemplate name (defaultText + text);
 
   defaultText = ''
-    Just run `init` and follow the directions. Otherwise, you could also change the
+    Just run `chmod +x ./init && ./init` and follow the directions. Otherwise, you could also change the
     `%INIT_*` variables yourself.
   '';
 in {