installation directions update

This commit is contained in:
Joshua Seigler 2016-07-07 00:12:49 -04:00
parent c5f6c0476e
commit 0fda243f2b

View file

@ -20,15 +20,9 @@ To install using Composer, you will have to install Composer first.
`curl -s https://getcomposer.org/installer | php`
Create a composer.json file in your project root.
Create a composer.json file in your project root. Then run this command in your project folder:
```json
{
"require": {
"seigler/neat-charts": "@dev"
}
}
```
`composer require seigler/neat-charts`
Tell Composer to install the required dependencies.