Skip to content

Commit

Permalink
Adds instructions for setting up db in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Dec 21, 2018
1 parent fc22347 commit 9574d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Ride sharing apps are uniquely suited to Elixir/Erlang because the are:

```bash
hub clone joshnuss/xuber2
cd xuber2
mix deps.get
mix do ecto.create, ecto.migrate
```

## Running examples
Expand Down

0 comments on commit 9574d88

Please sign in to comment.