Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgennip committed Jun 13, 2017
1 parent 853643e commit a579018
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@
A minimal service provider to set up and use InfluxDB SDK in Laravel 5

### Installation
- Add these lines betofe AND to *require* section of `composer.json` and execute `$ composer install`
- Add a line to the *require* section of `composer.json` and execute `$ composer install`
```js
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pvgennip/laravel-influx-provider"
}
],
"require": {
// ...
"pvgennip/laravel-influx-provider": "dev-master"
"pdffiller/laravel-influx-provider": "^1.2"
}
```
- Add these lines to `config/app.php`
Expand Down

0 comments on commit a579018

Please sign in to comment.