diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-09-17 00:06:09 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-09-17 00:06:09 +0200 |
commit | 9f861826d7d8599a6828a9985beb385614a29c35 (patch) | |
tree | ed98676abda14e4a931ad750de3d246d5343ea47 /README.md | |
parent | 78485e24acdf2f1d2f6e38c5a827bdd9c8119908 (diff) | |
download | pleroma-9f861826d7d8599a6828a9985beb385614a29c35.tar.gz |
Readme update.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |