From 4e86f7a852e8cbd5f0dcffa26c2a9b43ee445cbf Mon Sep 17 00:00:00 2001 From: Brandon McPhail Date: Tue, 10 Dec 2013 18:01:27 -0800 Subject: [PATCH] Fixed Windows & UNIX path separators Windows: node .\src\seed.js UNIX: node ./src/seed.js The readme had it backwards. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3887aa1f1..42d647ef4b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Before starting make sure to have [MongoDB](http://www.mongodb.org/), [NodeJS an 1. Create a config file from the example one: `cp config.json.example config.json` 1. Ensure that Mongo is running and seed the database with initial settings by running: -`node .\src\seed.js`. +`node ./src/seed.js`. ## Windows Environment Install @@ -78,7 +78,7 @@ Ignore this error and proceed with the following: `copy config.json.example config.json` 1. Ensure that Mongo is running and seed the database with initial settings by r unning: -`node ./src/seed.js`. +`node .\src\seed.js`. # Run HabitRPG