Skip to content

Commit

Permalink
Update npm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Dec 3, 2015
1 parent 1e3b9bc commit 07b1612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ In addition to a functional OpenType font, this open source project provides all
* [Linux/Unix-based systems](https://github.com/adobe-fonts/source-code-pro/issues/17#issuecomment-8967116)
* Bower<br/>
`bower install git://github.com/adobe-fonts/source-serif-pro.git#release`
* npm<br/>
* npm 2.x<br/>
`npm install --fetch-only git://github.com/adobe-fonts/source-serif-pro.git#release`
* npm 3.x<br/>
`npm install git://github.com/adobe-fonts/source-serif-pro.git#release`

## Getting Involved

Expand Down

0 comments on commit 07b1612

Please sign in to comment.