From fcc27a9993e027a32c3a703b5cb4d883d7a783b9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 9 Nov 2017 13:30:39 -0800 Subject: [PATCH] Add instructions for installing via Homebrew (#238) --- README.asc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.asc b/README.asc index db24824..38f223d 100644 --- a/README.asc +++ b/README.asc @@ -37,15 +37,11 @@ toc::[] `just` should run on any system with a reasonable `sh`. -On Windows, the `sh` provided by https://git-scm.com[git] and https://desktop.github.com[GitHub Desktop] should both work. - -=== Pre-built Binaries - -Pre-built binaries for Linux, macOS, and Windows can be found on https://github.com/casey/just/releases[the releases page]. +On Windows, you'll need to install https://git-scm.com[git] or https://desktop.github.com[GitHub Desktop]. === Cargo -`just` can also be installed with `cargo`, the https://www.rust-lang.org[rust language package manager]: +`just` can be installed using `cargo`, the https://www.rust-lang.org[rust language package manager]: 1. Install rust and cargo by following the instructions https://www.rustup.rs[here] 2. Run `cargo install just` @@ -53,8 +49,17 @@ Pre-built binaries for Linux, macOS, and Windows can be found on https://github. `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 -== Quick Start +=== 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 See xref:Installation[] for how to install `just` on your computer. Try running `just --version` to make sure that it's installed correctly.