mirror of https://github.com/sbt/sbt.git
Add note about @paulp's homebrew formula
This commit is contained in:
parent
eb0b243bc4
commit
b8031a7b6e
10
README.md
10
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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue