From a71218285d1c14966745ebe74783f6df3987d958 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 Oct 2016 14:41:52 +0300 Subject: README update --- README.md | 6 ++---- 1 file 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] — 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: -- cgit v1.2.3