diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-12 02:54:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-12 02:54:53 +0300 |
commit | 92fa985a10d612dcb909e88b5e888e14313fb047 (patch) | |
tree | bfcb61fd997102b0e0bf8d4b25fc09429be2dd79 | |
parent | notify about environment updates (diff) | |
download | windows-env-92fa985a10d612dcb909e88b5e888e14313fb047.tar.gz windows-env-92fa985a10d612dcb909e88b5e888e14313fb047.zip |
README update
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,11 +1,14 @@ # wintmp -A collection of scripts to manage my environmental variables, created mainly to: +A collection of scripts to manage my environmental variables, created mainly +to: * learn a bit of Haskell, -* make it easier to add paths to the PATH variable, automatically setup _NT_SYMBOL_PATH, etc. +* make it easier to add paths to the PATH variable, automatically setup + _NT_SYMBOL_PATH, etc. ## Licensing -This project, including all of the files and their contents, is licensed under the terms of the MIT License. -See LICENSE.txt for details. +This project, including all of the files and their contents, is licensed under +the terms of the MIT License. +See [LICENSE.txt](LICENSE.txt) for details. |