clarify install
This commit is contained in:
parent
db19301520
commit
74f81f519c
|
@ -99,7 +99,10 @@ chmod +x ./pathman
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Install (Add to PATH)
|
## Install
|
||||||
|
|
||||||
|
1. Download (see below)
|
||||||
|
2. Add to `PATH`
|
||||||
|
|
||||||
**Windows**
|
**Windows**
|
||||||
|
|
||||||
|
@ -109,7 +112,7 @@ move pathman.exe %userprofile%\bin\pathman.exe
|
||||||
%userprofile%\bin\pathman.exe add ~\bin
|
%userprofile%\bin\pathman.exe add ~\bin
|
||||||
```
|
```
|
||||||
|
|
||||||
**All Others**
|
**Mac, Linux, etc**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
|
@ -117,6 +120,8 @@ mv ./pathman ~/.local/bin
|
||||||
pathman add ~/.local/bin
|
pathman add ~/.local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# CLI / API
|
||||||
|
|
||||||
# add
|
# add
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue