From b4764ea83d8d89d9ce535424e2ab22f42cd10f28 Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Tue, 18 Feb 2014 12:10:17 -0500 Subject: [PATCH] update README --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index b5cba09..bf8e333 100644 --- a/README.textile +++ b/README.textile @@ -47,5 +47,6 @@ h1. Installation on clean install of Ubuntu 12.04 LTS bundle install cp config/database.yml.example config/database.yml rake db:create +rake db:schema:load rails server