Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ Download the [latest release](https://github.com/github/primer/releases/latest)

### Bower

Install Primer with Bower by adding `https://github.com/github/primer.git#x.x.x` to your app's `bower.json` (in `github/github`, this is `vendor/assets/bower.json`). Replace `x.x.x` with the latest version number.

**Remember:** Primer is a *private* Bower project, so simply specifying a version range isn't enough. You must include the Git URL.
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": "https://github.com/github/primer.git#0.x.x"
"primer-css": "0.x.x"
}
}
```
Expand Down Expand Up @@ -123,7 +121,7 @@ Within `bower.json`, update to a new release by changing the version number that
{
"name": "myapp",
"dependencies": {
"primer": "https://github.com/github/primer.git#0.x.x"
"primer-css": "0.x.x"
}
}
```
Expand Down