From 5f6e47244eec57507f77a08caef16fa61c277e78 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Apr 2020 20:47:39 -0400 Subject: [PATCH] clarify install --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 447892d..b02a628 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,27 @@ Windows: stores PATH in the registry. 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 ### MacOS @@ -99,28 +120,7 @@ chmod +x ./pathman -## Install - -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 +# CLI Help (API) # add