2
1
mirror of https://github.com/therootcompany/pathman.git synced 2025-03-03 15:10:38 +00:00

show installing from npm

This commit is contained in:
AJ ONeal 2020-04-02 20:52:16 -04:00
parent ca0a7fecb8
commit 12f8b86bbe

View File

@ -19,6 +19,12 @@ Mac & Linux: stores PATH in `~/.config/envman/PATH.sh`
1. [Download](#downloads)
2. Add to `PATH`
Or install via `npm`:
```bash
npm install -g pathman
```
#### Windows
```cmd