diff --git a/messkit/commands.py b/messkit/commands.py index 3d165e8..7fc3f80 100644 --- a/messkit/commands.py +++ b/messkit/commands.py @@ -71,7 +71,7 @@ class Install(commands.Subcommand): rprint("\n\t[blue]Welcome to Messkit![/blue]") rprint("\n\tThis tool will install and configure a new app.") - rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL.[/italic]") + rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL or MySQL.[/italic]") # continue? if not self.basic_prompt("continue?", True, is_bool=True):