From 43f024eb0a5fd1e38227b36c6e35a372666bcb7d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 21 Aug 2019 15:25:50 +0200 Subject: [PATCH] README: set TEMPLATE_DIRECTORY instead of using -t cmdline option Use same approach in docs and README, to make it more consistent. Prompted by Jay Lawrence (@jayjlawrence), see commit 09137840c2 and https://github.com/grml/grml-live/pull/76 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc6f69..12d6a91 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,5 @@ of an installed `grml-live` package: # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai # export SCRIPTS_DIRECTORY=$(pwd)/scripts # export LIVE_CONF=$(pwd)/etc/grml/grml-live.conf - # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 -t $(pwd)/templates/ + # export TEMPLATE_DIRECTORY=$(pwd)/templates + # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 -- 2.1.4