From edbc1ae17553e92c1b261058b4331a296b287b0a Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Mon, 11 Dec 2017 10:53:42 -0800 Subject: [PATCH] Revise installation methods (#284) --- README.asc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.asc b/README.asc index c10ac87..76415c1 100644 --- a/README.asc +++ b/README.asc @@ -35,9 +35,19 @@ toc::[] == Installation -`just` should run on any system with a reasonable `sh`. +`just` should run on any system with a reasonable `sh`, including Linux, MacOS, and the BSDs. -On Windows, you'll need to install https://git-scm.com[git] or https://desktop.github.com[GitHub Desktop]. +On Windows, `just` works with the `sh` provided by https://git-scm.com[Git for Windows], https://desktop.github.com[GitHub Desktop], and http://www.cygwin.com[Cygwin]. + +=== Pre-built Binaries + +Pre-built binaries for Linux, MacOS, and Windows can be found on https://github.com/casey/just/releases[the releases page]. + +=== Homebrew + +On MacOS, `just` is a available through the https://brew.sh[Homebrew] package manager. Install Homebrew using the instructions at https://brew.sh, then run: + +`brew install just` === Cargo @@ -49,15 +59,6 @@ On Windows, you'll need to install https://git-scm.com[git] or https://desktop.g `rustup` may have done #3 for you. If this doesn't work, put `export PATH="$HOME/.cargo/bin:$PATH"` in your shell's configuration file -=== Homebrew - -On MacOS, `just` is a available through the https://brew.sh[Homebrew] package manager. Install Homebrew using the instructions at https://brew.sh, then run: - -`brew install just` - -=== Pre-built Binaries - -Pre-built binaries for Linux, macOS, and Windows can be found on https://github.com/casey/just/releases[the releases page]. == Quick Start