From 4463d0c33e6567df4da97406642c64028e103630 Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Wed, 2 Dec 2015 22:23:40 -0800 Subject: [PATCH] Update npm instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 984d61ec43..73f819cb09 100755 --- a/README.md +++ b/README.md @@ -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
`bower install git://github.com/adobe-fonts/source-sans-pro.git#release` -* npm
+* npm v2.x
`npm install --fetch-only git://github.com/adobe-fonts/source-sans-pro.git#release` +* npm v3.x
+ `npm install git://github.com/adobe-fonts/source-sans-pro.git#release` ## Getting Involved