logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 9f861826d7d8599a6828a9985beb385614a29c35
parent: 78485e24acdf2f1d2f6e38c5a827bdd9c8119908
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 17 Sep 2017 00:06:09 +0200

Readme update.

Diffstat:

MREADME.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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