mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
updating readme to reflect ability to install via npm
This commit is contained in:
parent
21f8a27eaa
commit
0767f3ccde
12
README.md
12
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
|
||||
-----------------
|
||||
|
Loading…
Reference in New Issue
Block a user