From b018aa645ca157d1d97813e0a0e9db242576d42a Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Tue, 17 Jan 2017 15:03:37 -0500 Subject: [PATCH] adding info about installing mongoDB --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2241d539..a801f913 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The p5.js interceptor code has been moved into its own directory! Make sure that 2. `$ git submodule init` 3. `$ npm install` 4. Install MongoDB and make sure it is running + * For Mac OSX with [homebrew](http://brew.sh/): `brew install mongodb` then `brew services start mongodb` + * For Windows and Linux: [MongoDB Installation](https://docs.mongodb.com/manual/installation/) 5. Create a file called `.env` in the root of this directory that looks like ```