Fix unblock handling
[akkoma] / README.md
index 73ea6ca821efc3f01cbdcb43d9667169e0649c4b..3523c9a92e822272edf8ecf01879506bdea1176e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ While we don't provide docker files, other people have written very good ones. T
 ### Dependencies
 
 * Postgresql version 9.6 or newer
-* Elixir version 1.5 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html)
+* Elixir version 1.5 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
 * Build-essential tools
 
 ### Configuration
@@ -74,7 +74,7 @@ This is useful for running pleroma inside Tor or i2p.
 
 ### Register a User
 
-Run `mix register_user <name> <nickname> <email> <bio>`. The `name` appears on statuses, while the nickname corresponds to the user, e.g. `@nickname@instance.tld`
+Run `mix register_user <name> <nickname> <email> <bio> <password>`. The `name` appears on statuses, while the nickname corresponds to the user, e.g. `@nickname@instance.tld`
 
 ### Password reset