1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 15:14:30 +02:00

updated v0.22.x changelog

This commit is contained in:
Gani Georgiev
2024-11-07 13:00:29 +02:00
parent 6694215909
commit 1bd0baf328
2 changed files with 10 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ func loadInstaller(app core.App, dashboardURL string) error {
_ = launchURL(url)
color.Magenta("\n(!) Launch the URL below in the browser if it hasn't been open already to create your first superuser account:")
color.New(color.Bold).Add(color.FgCyan).Println(url)
color.New(color.FgHiBlack, color.Italic).Printf("(you can also create your first superuser account by running: %s superuser upsert EMAIL PASS)\n", os.Args[0])
color.New(color.FgHiBlack, color.Italic).Printf("(you can also create your first superuser by running: %s superuser upsert EMAIL PASS)\n\n", os.Args[0])
return nil
}