From a77110950f50c398d28b7ef9a8d45625c9674c7e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 18 May 2014 06:27:26 +0200 Subject: [PATCH] Add npm clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c018f..330f3cf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A game engine, under development. Currently being rewritten in Coffeescript. ## Setup -To install dependencies you need for developing on Radium: `npm install` +To install dependencies you need for developing on Radium: `npm install`. If you don't have `npm`, install NodeJS - npm is included. Note that `coffee-script` may fail to install; in that case, you'll need to install it manually (and you can ignore the error from the previous command): `sudo npm install -g coffee-script`