Skip to content

Commit a9b031b

Browse files
authored
Update README.md - creating your first user doc
1 parent 5c1093a commit a9b031b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ You can find the general Pixelfed configuration docs here:
3737

3838
https://docs.pixelfed.org/running-pixelfed/installation.html
3939

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+
4046
## Contibuting
4147

4248
### Bugs and other Issues

0 commit comments

Comments
 (0)