Merge pull request #252 from djmrr/readMePatch

little tiny readme fix
pull/256/head
Rick Carlino 2016-07-28 21:29:50 -04:00 committed by GitHub
commit f575c5417b
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ The key responsibility of the API is *information and permissions management*. T
# Developer setup
0. `git clone git@github.com:FarmBot/farmbot-web-app.git`
0. `cd farmbot-web-app`
0. `git clone git@github.com:FarmBot/farmbot-web-api.git`
0. `cd farmbot-web-api`
0. [Install MongoDB](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/)
0. Start Mongo if you have not already done so. (typically via the `mongod` command)
0. `bundle install`