clarify install

Bu işleme şunda yer alıyor:
AJ ONeal 2020-04-02 20:43:29 -04:00
ebeveyn db19301520
işleme 74f81f519c
1 değiştirilmiş dosya ile 7 ekleme ve 2 silme

Dosyayı Görüntüle

@ -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