Skip to content

Commit

Permalink
docs: Update create-a-project.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin authored Sep 4, 2023
1 parent 54bdfee commit a84cb04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a84cb04

Please sign in to comment.