Skip to content

Commit 761a9bc

Browse files
committed
Update README.md
1 parent e1d4dac commit 761a9bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ MEAN is a framework for an easy starting point with [MongoDB](http://www.mongodb
1212
* *Node.js* - <a href="http://nodejs.org/download/">Download</a> and Install Node.js, nodeschool has free <a href=" http://nodeschool.io/#workshoppers">node tutorials</a> to get you started.
1313
* *MongoDB* - <a href="http://www.mongodb.org/downloads">Download</a> and Install mongodb - <a href="http://docs.mongodb.org/manual">Checkout their manual</a> if you're just starting.
1414

15+
If you're using ubuntu this is the preffered repository to use...
1516

1617
```bash
1718
$ curl -sL https://deb.nodesource.com/setup | sudo bash -
@@ -24,9 +25,12 @@ $ sudo apt-get install nodejs
2425
### Windows
2526
* *Node.js* - <a href="http://nodejs.org/download/">Download</a> and Install Node.js, nodeschool has free <a href=" http://nodeschool.io/#workshoppers">node tutorials</a> to get you started.
2627
* *MongoDB* - Follow the great tutorial from the mongodb site - <a href="http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows">"Install Mongodb On Windows"</a>
27-
* * *Git* - Get git using a package manager or <a href="http://git-scm.com/downloads">download</a> it.
28+
* *Git* - The easiest way to install git and then run the rest of the commands through the *git bash* application is by downloading and installing <a href="http://git-scm.com/download/win">Git for Windows</a>
2829

2930
### OSX
31+
* *Node.js* - <a href="http://nodejs.org/download/">Download</a> and Install Node.js or use the packages within brew or macports.
32+
* *MongoDB* - Follow the tutorial here - <a href="http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/">Install mongodb on OSX</a>
33+
* *git* - Get git <a href="http://git-scm.com/download/mac">from here</a>.
3034

3135
## Prerequisite packages
3236

0 commit comments

Comments
 (0)