Skip to content

Commit

Permalink
Updated installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelspinto authored Dec 5, 2016
1 parent 42339be commit 027ac1c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,27 @@ Prerequisites
There are three quick start options available:
* On MAC OSX using [Homebrew](http://brew.sh/) :
**On Linux**
* Using `apt-get` :
```bash
$ sudo add-apt-repository ppa:athena-oss/athena
$ sudo apt-get update
$ sudo apt-get install bashunit
```
**On MAC OSX**
* Using [Homebrew](http://brew.sh/) :
```bash
$ brew tap athena-oss/tap
$ brew install bashunit
```
**Alternative**
* [Download the latest release](https://github.com/athena-oss/bashunit/releases/latest)
* Clone the repo: `git clone https://github.com/athena-oss/bashunit.git`
Expand Down

0 comments on commit 027ac1c

Please sign in to comment.