diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | windows-env.cabal | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ -Windows environment variables -============================= +Windows environment variables management +======================================== -A collection of simple programs to manage my environmental variables, created +A collection of simple programs to manage my environment variables, created mainly to: * learn a bit of Haskell, -* make it easier to add paths to the PATH variable, automatically setup +* make it easier to add paths to the `PATH` variable, automatically setup `_NT_SYMBOL_PATH`, etc. License diff --git a/windows-env.cabal b/windows-env.cabal index f3e29d3..4293db6 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -1,6 +1,6 @@ name: windows-env version: 0.1.0.0 -synopsis: Windows environment variables +synopsis: Windows environment variables management description: Please see README.md homepage: https://github.com/egor-tensin/windows-env license: MIT |