From: Roger Braun Date: Sat, 16 Sep 2017 22:06:09 +0000 (+0200) Subject: Readme update. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9f861826d7d8599a6828a9985beb385614a29c35;p=akkoma Readme update. --- diff --git a/README.md b/README.md index 5aa520526..12efb681b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Elixir will also require `make` and probably other related software for building * Create `config/dev.secret.exs` and copy the database settings from `dev.exs` there. * Change password in `config/dev.secret.exs`, and change user to `"pleroma"` (line like `username: "postgres"`) - * Create and update your database with `mix ecto.create && mix ecto.migrate`. If it gives errors, try running again, this is a known issue. + * Create and update your database with `mix ecto.create && mix ecto.migrate`. ### Some additional configuration