Provide prebuilt binary install command (#329)
This commit is contained in:
parent
438b5147fe
commit
506b2a6432
@ -52,6 +52,13 @@ On Windows, `just` works with the `sh` provided by https://git-scm.com[Git for W
|
||||
|
||||
Pre-built binaries for Linux, MacOS, and Windows can be found on https://github.com/casey/just/releases[the releases page].
|
||||
|
||||
You can use the following command to download the latest binary for your platform, just replace `DESTINATION_DIRECTORY` with the directory where you'd like to put `just`:
|
||||
|
||||
```sh
|
||||
curl -LSfs https://japaric.github.io/trust/install.sh | \
|
||||
sh -s -- --git casey/just --to DESTINATION_DIRECTORY
|
||||
```
|
||||
|
||||
=== 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:
|
||||
|
Loading…
Reference in New Issue
Block a user