Browse Source

specify required node version in readme

Roman Matiasko 9 years ago
parent
commit
878ddb930c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ A lightweight, real-time chess app built in [Node](http://nodejs.org/), [Express
 
 You can play the game on [www.retichess.com](http://www.retichess.com/).
 
-If you want to run it locally:
+If you want to run it locally (with node **v0.12**):
 * Clone the repo
 * Install dependencies
 ```sh