summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index d558c36..c6c69e0 100644
--- a/README.md
+++ b/README.md
@@ -106,11 +106,11 @@ Each instance consists of key-value pairs corresponding to env. name and value.
106All pairs will result in corresponding env. variables being defined, with the 106All pairs will result in corresponding env. variables being defined, with the
107exception of the following *etoolkit* internal keys: 107exception of the following *etoolkit* internal keys:
108 108
109- **ETOOLKIT_PARENT** - string - reference to another instance 109- *ETOOLKIT_PARENT* - string - reference to another instance
110 110
111- **ETOOLKIT_SENSITIVE** - list - env. variables containing sensitive data 111- *ETOOLKIT_SENSITIVE* - list - env. variables containing sensitive data
112 112
113All pairs defined in *"general"* (currently only **MASTER_PASSWORD_HASH**) are 113All pairs defined in *"general"* (currently only *MASTER_PASSWORD_HASH*) are
114*etoolkit* internal as well. 114*etoolkit* internal as well.
115 115
116An instance may inherit (and if desired overwrite) key value pairs from its 116An instance may inherit (and if desired overwrite) key value pairs from its
@@ -294,7 +294,10 @@ A complete bash completion script for *etoolkit* can be found here:
294[https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) 294[https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash)
295 295
296 296
297## [Changelog](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) 297## Changelog
298
299A complete changelog can be found at:
300[https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md)
298 301
299 302
300## Support and contributing 303## Support and contributing