diff --git a/README.adoc b/README.adoc index 54fa0aa..25c66b6 100644 --- a/README.adoc +++ b/README.adoc @@ -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: