Skip to content

Commit

Permalink
TASK: improve admin command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Krull committed Jan 23, 2022
1 parent 78bcf86 commit 47c4709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.CliSetup/Classes/Command/WelcomeCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function indexCommand(): void
3. Configure the image handler:
<info>./flow setup:imagehandler</info>
4. Create an admin user:
<info>./flow user:create --roles Administrator admin admin Admin User </info>
<info>./flow user:create --roles Administrator username password firstname lastname </info>
5. Create your own site package or require an existing one (choose one option):
- <info>./flow kickstart:site Vendor.Site</info>
- <info>composer require neos/demo && ./flow flow:package:rescan</info>
Expand Down

0 comments on commit 47c4709

Please sign in to comment.