Skip to content

Commit

Permalink
add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfeathers committed Jan 28, 2018
1 parent 4c49241 commit eaf93eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PHP-fpcalc
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://travis-ci.org/mrfeathers/php-fpcalc.svg?branch=master)](https://travis-ci.org/mrfeathers/php-fpcalc)

This package is a wrapper for the [fpcalc command-line tool](https://acoustid.org/chromaprint).

Expand All @@ -8,17 +9,17 @@ First you need to get installed `fpcalc` on your system.

**OS X**
```bash
$ brew install chromaprint
brew install chromaprint
```

**Ubuntu**
```bash
$ sudo apt-get install libchromaprint-tools
apt-get install libchromaprint-tools
```

**Arch Linux**
```bash

pacman -Sy chromaprint
```

Or you can get the latest version from [AcoustId site](https://acoustid.org/chromaprint)
Expand Down

0 comments on commit eaf93eb

Please sign in to comment.