From 021ebe69b5ebffb5f4be0405976e18bd2dd6159e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 4 Sep 2022 10:38:26 +0200 Subject: [PATCH] update doc --- docs/installation.md | 2 +- docs/template/template-variables.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 275dad0..c0c1f74 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -31,7 +31,7 @@ $ ./dotdrop.sh --help ``` For macOS users, make sure to install `realpath` through Homebrew -(part of *coreutils*). +(part of *coreutils*) and `libmagic`. Using dotdrop as a submodule will require you to work with dotdrop by using the generated script `dotdrop.sh` at the root diff --git a/docs/template/template-variables.md b/docs/template/template-variables.md index 5a0afd6..29bccf4 100644 --- a/docs/template/template-variables.md +++ b/docs/template/template-variables.md @@ -10,10 +10,8 @@ The following variables are available in templates: * `{{@@ _dotdrop_dotpath @@}}` contains the [dotpath](../config/config-config.md) absolute path. * `{{@@ _dotdrop_cfgpath @@}}` contains the [config file](../config/config-file.md) absolute path. * `{{@@ _dotdrop_workdir @@}}` contains the [workdir](../config/config-config.md) absolute path. -* The [enriched variables](#enriched-variables) +* All variables defined [in the config](../config/config-file.md#variables) * Dotfile specific variables (see [Dotfile variables](#dotfile-variables)) -* All defined config variables (see [Variables](../config/config-file.md#variables)) -* All defined config interpreted variables (see [Interpreted variables](../config/config-dynvars.md#dynvariables-entry)) ## Enriched variables