From bfd200472888999506e520d4fc03633098301d68 Mon Sep 17 00:00:00 2001 From: hartator Date: Wed, 4 Nov 2015 14:51:51 -0600 Subject: [PATCH] Update Readme to ease code contributions and testings --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 056c71c..615e3a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wayback Machine Downloader +# Wayback Machine Downloader Download any website from the Internet Archive Wayback Machine. @@ -34,4 +34,7 @@ Contributions are welcome! Just submit a pull request via GitHub. To run the tests: - rake test + bundle install + bundle exec rake test + +[![Build Status](https://travis-ci.org/hartator/wayback-machine-downloader.svg?branch=master)](https://travis-ci.org/hartator/wayback-machine-downloader)