diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-01-13 23:00:30 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-01-13 23:00:30 +0100 |
commit | 23b00a4a20dcaff8e4adb866ea53f92534c3e1f7 (patch) | |
tree | 1b2109c8e95ef8424c0041b6f7db2052233b9280 /README.md | |
parent | 3af9be1d595a3ba8eb38b83070e6ff7110a6ed4c (diff) | |
download | dotfiles-23b00a4a20dcaff8e4adb866ea53f92534c3e1f7.tar.gz dotfiles-23b00a4a20dcaff8e4adb866ea53f92534c3e1f7.zip |
small README correction
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # dotfiles -Installer framework only availabl in bash. +Installer framework only available in bash. ### Control installation Installation of the config files is controlled with the `install.config` file. The format of a line in the file is as follows: @@ -25,4 +25,4 @@ First add an entry in the `gToolsConfig` map in the `install` file. Entries have ``` Then create and implement the installer function with the name provided in the newly created entry. -Then create an entry in the `install.config` file with the tag that matches the tag provided in the `gToolsConfig`. +To enable installion create an entry in the `install.config` file with the tag that matches the tag provided in the `gToolsConfig`. |