mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Update README.md
Tweak Pure + Bower info.
This commit is contained in:
parent
29793acc64
commit
e46fa071d3
15
README.md
15
README.md
@ -14,10 +14,17 @@ A set of small, responsive CSS modules that you can use in every web project.
|
|||||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can [customize how you use Pure][customize].
|
Note: You can [customize which Pure modules you need][customize].
|
||||||
|
|
||||||
|
**Install with Bower:**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ bower install --save pure
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[Pure]: http://purecss.io/
|
[Pure]: http://purecss.io/
|
||||||
|
[Bower]: http://bower.io/
|
||||||
[Build Status]: https://travis-ci.org/yui/pure
|
[Build Status]: https://travis-ci.org/yui/pure
|
||||||
[customize]: http://purecss.io/customize/
|
[customize]: http://purecss.io/customize/
|
||||||
|
|
||||||
@ -68,9 +75,11 @@ CDN:
|
|||||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install it using [Bower](http://bower.io/), with the following command:
|
You can also install Pure using [Bower][], using the following command:
|
||||||
|
|
||||||
bower install --save pure
|
```shell
|
||||||
|
$ bower install --save pure
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Build From Source
|
Build From Source
|
||||||
|
Loading…
Reference in New Issue
Block a user