diff --git a/README.md b/README.md index c8ff272c2..28d4d8f08 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ Download and run its launcher 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, +Alternatively on OS X, install it via homebrew, ``` -$ brew install --HEAD paulp/extras/coursier +$ brew install coursier/formulas/coursier ``` Run an application distributed via artifacts with @@ -238,9 +238,9 @@ $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier -- The launcher itself weighs 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, +Alternatively on OS X, install it via homebrew, that puts the `coursier` launcher directly in your PATH, ``` -$ brew install --HEAD paulp/extras/coursier +$ brew install coursier/formulas/coursier ``` ``` diff --git a/doc/README.md b/doc/README.md index 8620b8159..2757dc309 100644 --- a/doc/README.md +++ b/doc/README.md @@ -86,9 +86,9 @@ Download and run its launcher 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, +Alternatively on OS X, install it via homebrew, ``` -$ brew install --HEAD paulp/extras/coursier +$ brew install coursier/formulas/coursier ``` Run an application distributed via artifacts with @@ -266,9 +266,9 @@ $ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier -- The launcher itself weighs 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, +Alternatively on OS X, install it via homebrew, that puts the `coursier` launcher directly in your PATH, ``` -$ brew install --HEAD paulp/extras/coursier +$ brew install coursier/formulas/coursier ``` ```