clarify install
This commit is contained in:
parent
db19301520
commit
74f81f519c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue