From b8031a7b6e1da83311ce5ab8534e3346d9713f15 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 11 Apr 2016 01:30:58 +0200 Subject: [PATCH] Add note about @paulp's homebrew formula --- README.md | 10 ++++++++++ doc/README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 6c08af0ab..cb9a6054f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ Download and run its laucher with $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` +Alternatively on OS X, install it via [@paulp](https://github.com/paulp/)'s homebrew formula, +``` +$ brew install --HEAD paulp/extras/coursier +``` + Run an application distributed via artifacts with ``` $ ./coursier launch com.lihaoyi:ammonite-repl_2.11.7:0.5.2 @@ -227,6 +232,11 @@ $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier -- The launcher itself weights only 8 kB and can be easily embedded as is in other projects. It downloads the artifacts required to launch coursier on the first run. +Alternatively on OS X, install it via [@paulp](https://github.com/paulp/)'s homebrew formula, that puts the `coursier` launcher directly in your PATH, +``` +$ brew install --HEAD paulp/extras/coursier +``` + ``` $ ./coursier --help ``` diff --git a/doc/README.md b/doc/README.md index e62970419..71a434c1d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -75,6 +75,11 @@ Download and run its laucher with $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` +Alternatively on OS X, install it via [@paulp](https://github.com/paulp/)'s homebrew formula, +``` +$ brew install --HEAD paulp/extras/coursier +``` + Run an application distributed via artifacts with ``` $ ./coursier launch com.lihaoyi:ammonite-repl_2.11.7:0.5.2 @@ -250,6 +255,11 @@ $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier -- The launcher itself weights only 8 kB and can be easily embedded as is in other projects. It downloads the artifacts required to launch coursier on the first run. +Alternatively on OS X, install it via [@paulp](https://github.com/paulp/)'s homebrew formula, that puts the `coursier` launcher directly in your PATH, +``` +$ brew install --HEAD paulp/extras/coursier +``` + ``` $ ./coursier --help ```