We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1093a commit a9b031bCopy full SHA for a9b031b
README.md
@@ -37,6 +37,12 @@ You can find the general Pixelfed configuration docs here:
37
38
https://docs.pixelfed.org/running-pixelfed/installation.html
39
40
+### Creating your first user
41
+
42
+```console
43
+$ kubectl exec -it YOUR_PIXELFED_POD -- /bin/bash -c "php artisan user:create --name=myname --username=myusername [email protected] --password=password --is_admin=false --confirm_email=true"
44
+```
45
46
## Contibuting
47
48
### Bugs and other Issues
0 commit comments