clarify install

This commit is contained in:
AJ ONeal 2020-04-02 20:43:29 -04:00
parent db19301520
commit 74f81f519c
1 changed files with 7 additions and 2 deletions

View File

@ -99,7 +99,10 @@ chmod +x ./pathman
</details>
## Install (Add to PATH)
## Install
1. Download (see below)
2. Add to `PATH`
**Windows**
@ -109,7 +112,7 @@ move pathman.exe %userprofile%\bin\pathman.exe
%userprofile%\bin\pathman.exe add ~\bin
```
**All Others**
**Mac, Linux, etc**
```bash
mkdir -p ~/.local/bin
@ -117,6 +120,8 @@ mv ./pathman ~/.local/bin
pathman add ~/.local/bin
```
# CLI / API
# add
```bash