diff --git a/README.md b/README.md index e09bf98..381ef97 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ Note that dotdrop uses different delimiters than * comment end = `@@#}` ## Available variables + ### Profile `{{@@ profile @@}}` contains the profile provided to dotdrop. Below example shows how it is used. @@ -399,7 +400,7 @@ It's possible to access environment variables inside the templates. This feature {{@@ env['MY_VAR'] @@}} ``` -This allows for storing host-specific properties and/or secrets in environment. +This allows for storing host-specific properties and/or secrets in environment variables. You can have an `.env` file in the directory where your `config.yaml` lies: @@ -497,6 +498,10 @@ $ ./dotdrop.sh compare $ ./dotdrop.sh compare ``` +For more examples, see how people are using dotdrop: + +* [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles) + # Related projects These are some dotfiles related projects that