mirror of
https://github.com/seigler/neat-charts
synced 2025-07-26 17:06:09 +00:00
installation directions update
This commit is contained in:
parent
c5f6c0476e
commit
0fda243f2b
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -20,15 +20,9 @@ To install using Composer, you will have to install Composer first.
|
||||||
|
|
||||||
`curl -s https://getcomposer.org/installer | php`
|
`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
|
`composer require seigler/neat-charts`
|
||||||
{
|
|
||||||
"require": {
|
|
||||||
"seigler/neat-charts": "@dev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Tell Composer to install the required dependencies.
|
Tell Composer to install the required dependencies.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue