Skip to content

Commit

Permalink
editing the README to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
more-like-a-puma committed Aug 29, 2016
1 parent b452fcf commit 455fc24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -40,7 +40,8 @@ brew services start nginx
Once PostgreSQL server is running, then import the required database:

```
backend/dbinit.sh
cd backend
./dbinit.sh
```

(Need to wipe the database and restart? Run `backend/dbdrop.sh`.)
Expand Down Expand Up @@ -105,6 +106,3 @@ sudo service postgrest start
npm install -g elm@0.16
cd prototype && elm-package install && make app
```



0 comments on commit 455fc24

Please sign in to comment.