From 7c9d6f9756b2103e0942c24dae9db1d81cd3d578 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Mon, 24 Jan 2022 10:29:40 +0100 Subject: [PATCH] README: added links to rules syntax. --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index 05a1d31..60d838e 100644 --- a/README.adoc +++ b/README.adoc @@ -2,6 +2,11 @@ See https://github.com/twpayne/chezmoi +For syntax of template rules see also: + +* http://masterminds.github.io/sprig/ +* https://pkg.go.dev/text/template + == Initialization TODO: how to handle a new linux system correctly.