diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:09:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 18:09:37 +0200 |
commit | 6a26c2200367686532f553f8a06548c98d106b73 (patch) | |
tree | 24ab073e0e8366ddc94a13add0ae76e2c60113ce /templates.nix | |
parent | style(instantiate_templates): Use a function invocation (diff) | |
download | flake-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.nix | 2 |
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 { |