Add note on config

Closes #44
This commit is contained in:
rijkvanzanten
2020-10-15 17:30:09 -04:00
parent 187c1b72d4
commit 8e2a815a66
3 changed files with 9 additions and 15 deletions

View File

@@ -88,6 +88,8 @@ export default async function init(options: Record<string, any>) {
console.log(`
Your project has been created at ${chalk.green(rootPath)}.
The configuration can be found in ${chalk.green(rootPath + '/.env')}
Start Directus by running:
${chalk.blue('cd')} ${rootPath}
${chalk.blue('npx directus')} start