Skip to content

Commit

Permalink
Mention Archlinux package in the AUR (#726)
Browse files Browse the repository at this point in the history
Mention Archlinux package in the AUR
  • Loading branch information
2m authored and alexarchambault committed Jan 2, 2018
1 parent 5da2210 commit 0850029
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions doc/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 0850029

Please sign in to comment.