From e112d11d86aef39e1ccf41c5b9ef0f0c60f24f30 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 17 Mar 2016 12:50:58 -0700 Subject: [PATCH] Updated Dev Setup: General Information (markdown) --- Dev-Setup:-General-Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Setup:-General-Information.md b/Dev-Setup:-General-Information.md index d16ea07..f0ddaae 100644 --- a/Dev-Setup:-General-Information.md +++ b/Dev-Setup:-General-Information.md @@ -12,7 +12,7 @@ Our installation guides are split into per-OS guides which will give you step-by This is the general overview for what you need in order to set up the development environment. For more specific instructions with recommended paths to success, see the installation guides listed above. -1. Install [MongoDB](https://www.mongodb.org/downloads#production), [Node.js Stable version](https://nodejs.org/en/download/), [Git](https://desktop.github.com/), and [Python 2.7](https://www.python.org/download/releases/2.7/) +1. Install [MongoDB](https://www.mongodb.org/downloads#production), [Node.js **Stable** version](https://nodejs.org/en/download/), [Git](https://desktop.github.com/), and [Python 2.7](https://www.python.org/download/releases/2.7/) 1. `git clone` this repository. 1. `npm install` in the repository's root directory. 1. Start MongoDB and import the [database dump](#database)