Readme update.
authorRoger Braun <roger@rogerbraun.net>
Sat, 16 Sep 2017 22:06:09 +0000 (00:06 +0200)
committerRoger Braun <roger@rogerbraun.net>
Sat, 16 Sep 2017 22:06:09 +0000 (00:06 +0200)
README.md

index 5aa520526b838a764684a2cc54602cb65f18273e..12efb681bbf3d35cf86ad5452477d9703fd0eb39 100644 (file)
--- 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