From 0767f3ccde0a820f4b1983fb3eabefa5f57643e4 Mon Sep 17 00:00:00 2001 From: James Alley Date: Thu, 5 Mar 2015 10:55:32 -0800 Subject: [PATCH] updating readme to reflect ability to install via npm --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25aa89..061170a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Note: You can [customize which Pure modules you need][customize]. $ bower install --save pure ``` +**Install with NPM:** + +```shell +$ npm install purecss +``` [Pure]: http://purecss.io/ [Bower]: http://bower.io/ @@ -64,7 +69,7 @@ Get Started ----------- To get started using Pure, go to the [Pure CSS website][Pure]. The website has -extensive documentation and examples necessary to get you started using Pure. +extensive documentation and examples to help you start using Pure. You can include the Pure CSS file in your project by fetching it from Yahoo's CDN: @@ -79,6 +84,11 @@ You can also install Pure using [Bower][], using the following command: $ bower install --save pure ``` +Or you can install Pure using NPM: + +```shell +$ npm install purecss +``` Build From Source -----------------