From: Michael Prokop Date: Wed, 21 Aug 2019 13:25:50 +0000 (+0200) Subject: README: set TEMPLATE_DIRECTORY instead of using -t cmdline option X-Git-Tag: v0.34.2~3 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=43f024eb0a5fd1e38227b36c6e35a372666bcb7d 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 --- 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