From b44e17677f57a567a7cf4e466621735033aa6498 Mon Sep 17 00:00:00 2001 From: creationix Date: Thu, 15 Apr 2010 10:07:09 -0700 Subject: [PATCH] --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 10115aa..bb2b4ed 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ ## Installation -First you'll need to make sure your system has a c++ compiler. For OSX XCode will work, for Ubuntu, the build-essential package works. You'll also need `git` if you want to track HEAD. +First you'll need to make sure your system has a c++ compiler. For OSX, XCode will work, for Ubuntu, the build-essential package works. You'll also need `git` if you want to track HEAD. To install create a folder somewhere in your filesystem with the nvm.sh file inside it. I put mine in a folder called `.nvm`.