From ddaecff486d06ec1ea9eca60052c0a95025f6d17 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Tue, 27 Aug 2013 13:23:06 +0300 Subject: [PATCH] Update README.md Added syntax highlighting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f920de30..c1a1df1e 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,13 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w ## Quick Deployment 4 commands to deploy your mean app to heroku (make sure you have heroku toolbelt installed... +```bash git init git add . git commit -m "initial version" heroku apps:create git push heroku master - +``` ## Configuration All configuration is specified in the [config](config/) folder, particularly the [config.js](config/config.js) file. Here you will need to specify your application name, database name, as well as hook up any social app keys if you want integration with Twitter, Facebook, GitHub or Google.