From bc491ed1d26584e3dc175d9ee2d47ff9fefd8793 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 9 Sep 2011 17:22:23 +0400 Subject: [PATCH] Readme fixes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7ada5e..1f7037f 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,20 @@ Note: you need PostgreSQL installed and added its binaries to $PATH ## Configuring add this line to `/etc/hosts`: + ``` 127.0.0.1 dev.beathaven.org ``` ## Starting server 1st tab: + ```bash $ unicorn_rails ``` 2nd tab: + ```bash $ rake jobs:work ```