summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-05-03 14:43:28 -0500
committerAlex Gleason <alex@alexgleason.me>2021-05-03 14:43:28 -0500
commitc186b059a77bf6cece831887948e23ee95222a1a (patch)
tree3a3a052f8c76b99e44ea5eb25d6b6bd659af23dc /docs/installation
parentc80b1aaf514dec6b538a9833d48df027708b6b4d (diff)
parent377f84f3678f9c2541fbd4a200cd93c5ab0dea24 (diff)
downloadpleroma-c186b059a77bf6cece831887948e23ee95222a1a.tar.gz
pleroma-c186b059a77bf6cece831887948e23ee95222a1a.zip
Merge remote-tracking branch 'pleroma/develop' into dont-crash-email-settings
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index 42e264e65..13f9636f3 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -290,7 +290,7 @@ nginx -t
## Create your first user and set as admin
```sh
-cd /opt/pleroma/bin
+cd /opt/pleroma
su pleroma -s $SHELL -lc "./bin/pleroma_ctl user new joeuser joeuser@sld.tld --admin"
```
This will create an account withe the username of 'joeuser' with the email address of joeuser@sld.tld, and set that user's account as an admin. This will result in a link that you can paste into the browser, which logs you in and enables you to set the password.