Add note about @paulp's homebrew formula

This commit is contained in:
Alexandre Archambault 2016-04-11 01:30:58 +02:00
parent eb0b243bc4
commit b8031a7b6e
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
2 changed files with 20 additions and 0 deletions

View File

@ -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
```

View File

@ -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
```