Skip to content

Commit

Permalink
Revise installation methods (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs authored and casey committed Dec 11, 2017
1 parent 92ed21c commit edbc1ae
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.asc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit edbc1ae

Please sign in to comment.