From e38467af34c4083a2de7614e282b7d023e9b272d Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Mon, 10 Apr 2017 16:27:49 -0700 Subject: [PATCH] README: add code formatting --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79fda3b..374a688 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ The codebase for [coderwall.com](https://coderwall.com). Coderwall is a develope * Heroku Toolbelt (or foreman gem) -## Getting Started +## Get Started +```bash +cp .env.sample .env # (most settings are not required for core functionality) +bundle install +rake db:create db:migrate +heroku local +``` -* cp .env.sample .env (most settings are not required for core functionality) -* bundle install -* rake db:create db:migrate -* heroku local