Added build badge to README

This commit is contained in:
MichaelOultram 2015-08-03 14:16:12 +01:00
parent 14aec3ae2d
commit b7c6ecbf35
2 changed files with 6 additions and 4 deletions

View file

@ -9,8 +9,10 @@ install:
- sudo mv ffprobe /usr/local/bin/ffprobe - sudo mv ffprobe /usr/local/bin/ffprobe
- wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz - wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz
- tar xzvf opus-1.0.3.tar.gz - tar xzvf opus-1.0.3.tar.gz
- ./opus-1.0.3/configure - cd opus-1.0.3
- make opus-1.0.3 - ./configure
- sudo make install opus-1.0.3 - make
- sudo make install
- cd ..
- sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl - sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl
- sudo chmod a+rx /usr/local/bin/youtube-dl - sudo chmod a+rx /usr/local/bin/youtube-dl

View file

@ -1,4 +1,4 @@
MumbleDJ [![Build Status](https://drone.io/github.com/MichaelOultram/mumbledj/status.png)](https://drone.io/github.com/MichaelOultram/mumbledj/latest) MumbleDJ [![Build Status](https://travis-ci.org/MichaelOultram/mumbledj.svg?branch=master)](https://travis-ci.org/MichaelOultram/mumbledj)
======== ========
**A Mumble bot that plays music fetched from YouTube videos.** **A Mumble bot that plays music fetched from YouTube videos.**