mirror of https://github.com/sbt/sbt.git
Mention Archlinux package in the AUR (#726)
Mention Archlinux package in the AUR
This commit is contained in:
parent
5da2210d7f
commit
085002957d
|
|
@ -91,6 +91,11 @@ Alternatively on OS X, install it via homebrew,
|
|||
$ brew install --HEAD coursier/formulas/coursier
|
||||
```
|
||||
|
||||
Or on Archlinux, install it from [AUR](https://aur.archlinux.org/packages/coursier/),
|
||||
```
|
||||
$ pacaur -S coursier
|
||||
```
|
||||
|
||||
Run an application distributed via artifacts with
|
||||
```
|
||||
$ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
|
||||
|
|
|
|||
|
|
@ -91,6 +91,11 @@ Alternatively on OS X, install it via homebrew,
|
|||
$ brew install --HEAD coursier/formulas/coursier
|
||||
```
|
||||
|
||||
Or on Archlinux, install it from [AUR](https://aur.archlinux.org/packages/coursier/),
|
||||
```
|
||||
$ pacaur -S coursier
|
||||
```
|
||||
|
||||
Run an application distributed via artifacts with
|
||||
```
|
||||
$ ./coursier launch com.lihaoyi:ammonite_2.11.8:0.7.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue