From 07b16120751d16ed1785604549a396298ea23832 Mon Sep 17 00:00:00 2001 From: Miguel Sousa Date: Wed, 2 Dec 2015 22:26: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 07f57c3f6f5..22b98bf9c01 100644 --- a/README.md +++ b/README.md @@ -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
`bower install git://github.com/adobe-fonts/source-serif-pro.git#release` -* npm
+* npm 2.x
`npm install --fetch-only git://github.com/adobe-fonts/source-serif-pro.git#release` +* npm 3.x
+ `npm install git://github.com/adobe-fonts/source-serif-pro.git#release` ## Getting Involved