From 50253a5f491713cfed72b28a28eb8799888a2ba2 Mon Sep 17 00:00:00 2001 From: Chris Sternal-Johnson Date: Mon, 27 Jan 2014 13:00:09 -0500 Subject: [PATCH] note actual prerequisite of GCC, not Xcode/VS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 094eccebca..ca3097b0a7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Prerequisites ------------- > - MongoDB > - Node.js -> - **Xcode** (Mac OS X) or **Visual Studio** (Windows) +> - GCC - provided by **Xcode** in Mac OS X and **Visual Studio** Windows, or via your friendly Linux package manager **Note**: If you are new to Node.js or Express framework, I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast that teaches Node and Express from scratch.