summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwitti <witti@x220-fBSD.local>2018-05-20 20:49:44 +0200
committerwitti <witti@x220-fBSD.local>2018-05-20 20:49:44 +0200
commit9c3e2069d079e9a9a9735c7cce57a3a90add48c6 (patch)
tree23d5f0dc1fac441506ac6e3aeae5d152dbb849bf /README.md
parent413de8e4bcacc363958673d33787195823f7fe87 (diff)
Correct 'register_user' parameters in README
password parameter was missing
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d736354a2..3523c9a92 100644
--- a/README.md
+++ b/README.md
@@ -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