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)