Update npm instructions

This commit is contained in:
Miguel Sousa
2015-12-02 22:25:18 -08:00
parent 156db3bf0b
commit ce82077420

View File

@@ -12,8 +12,10 @@ by using the AFDKO makeotf tool.
* [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-code-pro.git#release`
* npm<br/>
* npm 2.x<br/>
`npm install --fetch-only git://github.com/adobe-fonts/source-code-pro.git#release`
* npm 3.x<br/>
`npm install git://github.com/adobe-fonts/source-code-pro.git#release`
## Getting Involved