From 6a26c2200367686532f553f8a06548c98d106b73 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 18:09:37 +0200 Subject: fix(templates.nix): Use better wording regarding `./init` --- templates.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit 1.4.1