Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added syntax highlighting
  • Loading branch information
liorkesos committed Aug 27, 2013
1 parent aaa597b commit ddaecff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://toolbelt.heroku.com/">heroku toolbelt</q> 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.
Expand Down

0 comments on commit ddaecff

Please sign in to comment.