Skip to content

Commit eaf93eb

Browse files
committed
add travis badge
1 parent 4c49241 commit eaf93eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PHP-fpcalc
22
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
3+
[![Build Status](https://travis-ci.org/mrfeathers/php-fpcalc.svg?branch=master)](https://travis-ci.org/mrfeathers/php-fpcalc)
34

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

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

910
**OS X**
1011
```bash
11-
$ brew install chromaprint
12+
brew install chromaprint
1213
```
1314

1415
**Ubuntu**
1516
```bash
16-
$ sudo apt-get install libchromaprint-tools
17+
apt-get install libchromaprint-tools
1718
```
1819

1920
**Arch Linux**
2021
```bash
21-
22+
pacman -Sy chromaprint
2223
```
2324

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

0 commit comments

Comments
 (0)