Update README.md - creating your first user doc

This commit is contained in:
Jesse Hitch
2025-01-19 17:46:52 +01:00
committed by GitHub
parent 5c1093aa80
commit a9b031bddd
+6
View File
@@ -37,6 +37,12 @@ You can find the general Pixelfed configuration docs here:
https://docs.pixelfed.org/running-pixelfed/installation.html https://docs.pixelfed.org/running-pixelfed/installation.html
### Creating your first user
```console
$ kubectl exec -it YOUR_PIXELFED_POD -- /bin/bash -c "php artisan user:create --name=myname --username=myusername --email=myname@example.tld --password=password --is_admin=false --confirm_email=true"
```
## Contibuting ## Contibuting
### Bugs and other Issues ### Bugs and other Issues