diff --git a/README.md b/README.md index 9c5b4e3..a04a7ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,37 @@ ## BTCBRL Chrome Extension -![btcbrl](http://i.imgur.com/jpcLzO8.png) +![btcbrl](screenshot.png) -This extension shows the current value of the BTCBRL (buy) / BTCUSD (sell) from different exchanges (Default FoxBit). It updates the values from minute to minute to give you the most accurate rates from different exchanges so you can take quick decisions. +This extension shows the current value of BTCBRL (buy) / BTCUSD (sell) from different exchanges (Default FoxBit). +## Install + +``` +$ npm install +$ bower install +``` + +*Requires [Node.js](https://nodejs.org) 6.5.0+* + +## Usage + +Build: + +``` +$ gulp build +``` + +Package: + +``` +$ gulp package +``` + +Livereload: + +``` +$ gulp watch +``` ## License diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..7a2b6db Binary files /dev/null and b/screenshot.png differ