From a9b031bddd09dba93e45e32c93827986c68fee11 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 19 Jan 2025 17:46:52 +0100 Subject: [PATCH] Update README.md - creating your first user doc --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 67f49e6..5aa1d33 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ You can find the general Pixelfed configuration docs here: 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 ### Bugs and other Issues