Update instructions for creating a development user

The invocation has changed and the documentation was not updated.
This commit is contained in:
Filip Borkiewicz 2021-11-15 17:49:09 +00:00 committed by André Staltz
parent 5687fd5fa1
commit 47ae7bb39c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ cd cmd/insert-user
go build
# optional step: run a script to generate a valid ssb id @<pubkey>.ed25519, useful for trying things out quickly
./generate-fake-id.sh
./insert-user -login <username> -key <@pubkey.ed25519>
./insert-user <@pubkey.ed25519>
```
Then repeat your password twice and you are all set for development.