diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 13:55:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 13:55:43 +0300 |
commit | 47b1015c0f6fbd7fd5299f66666cd97605fd5ef3 (patch) | |
tree | 4964c0982ada1bcff11b3732898f59021a455ce8 /README.md | |
parent | refactoring (diff) | |
download | windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.tar.gz windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -34,15 +34,21 @@ Usage The complete list of utilities is given below. -* [list_path](#list_path) — List directories in your `PATH`. -* [add_path](#add_path) — Add directories to your `PATH`. -* [remove_path](#remove_path) — Remove directories from your `PATH`. -* [set_env](#set_env) — Set environment variable. -* [unset_env](#unset_env) — Unset environment variable. +* [list_path] — List directories in your `PATH`. +* [add_path] — Add directories to your `PATH`. +* [remove_path] — Remove directories from your `PATH`. +* [set_env] — Set environment variables. +* [unset_env] — Unset environment variables. Pass the `--help` flag to a utility to examine its detailed usage information. Some examples are given below. +[list_path]: #list_path +[add_path]: #add_path +[remove_path]: #remove_path +[set_env]: #set_env +[unset_env]: #unset_env + ### list_path List directories in your `PATH` variable: |