Skip to content

Commit a84cb04

Browse files
authored
docs: Update create-a-project.mdx
1 parent 54bdfee commit a84cb04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs-new/pages/product/getting-started/core/create-a-project.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Start by opening your terminal to create a new folder for the project, then
1414
create a `docker-compose.yml` file within it:
1515

1616
```bash{promptUser: user}
17-
mkdir my-first-cube-project && cd $_
17+
mkdir my-first-cube-project
18+
cd my-first-cube-project
1819
touch docker-compose.yml
1920
```
2021

0 commit comments

Comments
 (0)