From e19b80faecd7a19b6ff999bb1e5e8dc22b82c76e Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 8 Feb 2014 11:46:48 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7a7193..7c56706 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ At Velocipede, with a mobile friendly UI for users, I'm hoping we can get donati 1. Start Postgres `pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start` 1. Create your PG user `createuser -d -P velocipede` 1. Create your database `createdb -U velocipede --owner=velocipede velocipede` +1. Create your test database `createdb -U velocipede --owner=velocipede velocipede_test` # Optional Add icons