]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add npm info to getting started doc. 1577/head
authorYan Fan <me@fanofyan.com>
Mon, 26 Oct 2015 18:41:01 +0000 (11:41 -0700)
committerYan Fan <me@fanofyan.com>
Mon, 26 Oct 2015 18:41:01 +0000 (11:41 -0700)
docs/00-Getting-Started.md

index fc04303105a1d72d63c80bdd1655836fbf65accc..a16692d53afb01ab655a8bf30e62b67b13bc925f 100644 (file)
@@ -31,6 +31,12 @@ You can also grab Chart.js using bower:
 bower install Chart.js --save
 ```
 
+or NPM:
+
+```bash
+npm install chart.js --save
+```
+
 Also, Chart.js is available from CDN:
 
 https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js