aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-08 14:41:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-08 14:41:52 +0300
commita71218285d1c14966745ebe74783f6df3987d958 (patch)
treee736419c80d78ac82c76ba21835fa712caba6058
parentREADME update (diff)
downloadwindows-env-a71218285d1c14966745ebe74783f6df3987d958.tar.gz
windows-env-a71218285d1c14966745ebe74783f6df3987d958.zip
README update
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index dacb368..3c63c24 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ Usage
The complete list of utilities is given below.
* [list_path] &mdash; List directories in your `PATH`.
-* [add_path] &mdash; Add directories to your `PATH`.
-* [remove_path] &mdash; Remove directories from your `PATH`.
+* [add_path] &mdash; Add directories to `PATH`.
+* [remove_path] &mdash; Remove directories from `PATH`.
* [set_env] &mdash; Assign values to environment variables.
* [unset_env] &mdash; 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: