Skip to content

Commit

Permalink
updated readme to include test info
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Parfitt committed May 14, 2014
1 parent b8d81c6 commit 168edc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ sudo make install
sudo make PREFIX=/opt install
```

### Running the tests (Optional)

Running the tests requires Ruby 1.9.3 + iniparse (which is installed via `bundle install`).

```
cd test
bundle install
make
```

### Uninstall

```
Expand Down

0 comments on commit 168edc5

Please sign in to comment.