Skip to content

Commit a503900

Browse files
authored
Merge pull request #65 from piperchester/patch-1
README: add code formatting
2 parents 423a0a6 + e38467a commit a503900

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ The codebase for [coderwall.com](https://coderwall.com). Coderwall is a develope
99
* Heroku Toolbelt (or foreman gem)
1010

1111

12-
## Getting Started
12+
## Get Started
13+
```bash
14+
cp .env.sample .env # (most settings are not required for core functionality)
15+
bundle install
16+
rake db:create db:migrate
17+
heroku local
18+
```
1319

14-
* cp .env.sample .env (most settings are not required for core functionality)
15-
* bundle install
16-
* rake db:create db:migrate
17-
* heroku local

0 commit comments

Comments
 (0)