From a84cb04b7ce562674aeff342572b7c603cf5285c Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Mon, 4 Sep 2023 12:18:16 +0200 Subject: [PATCH] docs: Update create-a-project.mdx --- .../pages/product/getting-started/core/create-a-project.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs-new/pages/product/getting-started/core/create-a-project.mdx b/docs/docs-new/pages/product/getting-started/core/create-a-project.mdx index 853f4fbe4db55..e604bbdaef00d 100644 --- a/docs/docs-new/pages/product/getting-started/core/create-a-project.mdx +++ b/docs/docs-new/pages/product/getting-started/core/create-a-project.mdx @@ -14,7 +14,8 @@ Start by opening your terminal to create a new folder for the project, then create a `docker-compose.yml` file within it: ```bash{promptUser: user} -mkdir my-first-cube-project && cd $_ +mkdir my-first-cube-project +cd my-first-cube-project touch docker-compose.yml ```