create-directus-docker 1.2.7 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
- package/src/cli.js +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ create('create-directus-docker', {
|
|
|
15
15
|
return `
|
|
16
16
|
${chalk.bold.yellowBright("Directus with MySQL, Adminer, and GraphiQL:")}
|
|
17
17
|
|
|
18
|
-
To configure and run your Directus services, run:
|
|
18
|
+
To configure and run your Directus services, first ${chalk.bold("make sure you have Docker installed and running")}, then run:
|
|
19
19
|
|
|
20
20
|
${chalk.gray('1.')} cd ${chalk.bold.green(packageDir)}
|
|
21
21
|
${chalk.gray('2.')} npm install
|