Skip to content

Commit

Permalink
Update docs with ecto.create command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsmith committed Mar 29, 2017
1 parent 3a5410e commit 00a599e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ You can now fetch your dependencies, compile, and run the server:

```shell
mix deps.get
```

You'll likely need to create the database, using [Ecto's `create` mix task](https://hexdocs.pm/ecto/Mix.Tasks.Ecto.Create.html):

```shell
mix ecto.create
```

You can now compile and run the server:

```shell
mix phoenix.server
```

Expand Down

0 comments on commit 00a599e

Please sign in to comment.