about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 {