1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00

Merge pull request #120 from demohi/patch-1

Update Installation Doc
This commit is contained in:
Mark Otto 2015-05-26 14:23:40 -07:00
commit 11a87dd729

View File

@ -28,15 +28,8 @@ Download the [latest release](https://github.com/primer/primer/releases/latest)
### Bower
Install Primer with Bower by adding `primer-css` to your app's `bower.json` (in `github/github`, this is `vendor/assets/bower.json`). Replace `x.x.x` with the latest version number.
``` json
{
"name": "myapp",
"dependencies": {
"primer-css": "0.x.x"
}
}
```
$ bower install primer-css --save
```
### Things to know