Fix inconsistencies in the installation docs thanks to @vinyll

This commit is contained in:
David Larlet 2014-11-05 11:01:56 +01:00
Родитель 67664010eb
Коммит 0485443b9b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ your local settings.
First, we need to install node and npm::
brew install node
curl http://npmjs.org/install.sh | sh
curl https://www.npmjs.org/install.sh | sh
Optionally make the local scripts available on your path if you don't already
have this in your profile::