Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Add prompt to setup the first site, closes #32
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <jason@craftcms.com>
  • Loading branch information
jasonmccallister committed Mar 23, 2020
1 parent e7b9a6d commit 79ec547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/command/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ func initializeAfterAction(c *cli.Context, r Runner) error {
fmt.Println("password:", "nitro")
fmt.Println("")
fmt.Println("For additional information on nitro, visit https://docs.craftcms.com/v3/nitro")
fmt.Println("")
fmt.Println("To get started, you can add a new site, which will mount a directory into the virtual machine and configure nginx.\n Run the command:")
fmt.Println("nitro --machine",c.String("machine"), "site --path /path/to/website project.test")

return nil
}
Expand Down

0 comments on commit 79ec547

Please # to comment.