1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-26 14:16:03 +01:00

Update npm instructions

This commit is contained in:
Miguel Sousa 2015-12-02 22:23:40 -08:00
parent bf364ab2da
commit 4463d0c33e

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-sans-pro.git#release`
* npm<br/>
* npm v2.x<br/>
`npm install --fetch-only git://github.com/adobe-fonts/source-sans-pro.git#release`
* npm v3.x<br/>
`npm install git://github.com/adobe-fonts/source-sans-pro.git#release`
## Getting Involved