diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 14:41:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 14:41:52 +0300 |
commit | a71218285d1c14966745ebe74783f6df3987d958 (patch) | |
tree | e736419c80d78ac82c76ba21835fa712caba6058 | |
parent | README update (diff) | |
download | windows-env-a71218285d1c14966745ebe74783f6df3987d958.tar.gz windows-env-a71218285d1c14966745ebe74783f6df3987d958.zip |
README update
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -37,8 +37,8 @@ Usage The complete list of utilities is given below. * [list_path] — List directories in your `PATH`. -* [add_path] — Add directories to your `PATH`. -* [remove_path] — Remove directories from your `PATH`. +* [add_path] — Add directories to `PATH`. +* [remove_path] — Remove directories from `PATH`. * [set_env] — Assign values to environment variables. * [unset_env] — Delete environment variables. @@ -83,8 +83,6 @@ Saving variable 'PATH' to 'HKCU\Environment'... Old value: C:\Users\Egor\AppData\Roaming\local\bin;C:\Users\Egor\AppData\Roaming\cabal\bin New value: C:\Users\Egor\AppData\Roaming\local\bin;C:\Users\Egor\AppData\Roaming\cabal\bin;C:\test Continue? (y/n) y - -> ``` Add "C:\test" to the global `PATH`, skipping the confirmation prompt: |