1
0
şunun yansıması https://github.com/therootcompany/pathman.git eşitlendi 2024-11-16 17:09:01 +00:00

clarify install

Bu işleme şunda yer alıyor:
AJ ONeal 2020-04-02 20:47:39 -04:00
ebeveyn 74f81f519c
işleme 5f6e47244e

Dosyayı Görüntüle

@ -14,6 +14,27 @@ Windows: stores PATH in the registry.
Mac & Linux: stores PATH in `~/.config/envman/PATH.sh` Mac & Linux: stores PATH in `~/.config/envman/PATH.sh`
## Install
1. [Download](#user-content-downloads)
2. Add to `PATH`
#### Windows
```cmd
mkdir %userprofile%\bin
move pathman.exe %userprofile%\bin\pathman.exe
%userprofile%\bin\pathman.exe add ~\bin
```
#### Mac, Linux, etc
```bash
mkdir -p ~/.local/bin
mv ./pathman ~/.local/bin
pathman add ~/.local/bin
```
## Downloads ## Downloads
### MacOS ### MacOS
@ -99,28 +120,7 @@ chmod +x ./pathman
</details> </details>
## Install # CLI Help (API)
1. Download (see below)
2. Add to `PATH`
**Windows**
```cmd
mkdir %userprofile%\bin
move pathman.exe %userprofile%\bin\pathman.exe
%userprofile%\bin\pathman.exe add ~\bin
```
**Mac, Linux, etc**
```bash
mkdir -p ~/.local/bin
mv ./pathman ~/.local/bin
pathman add ~/.local/bin
```
# CLI / API
# add # add