We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50a11c commit 45ce973Copy full SHA for 45ce973
‎apps/baseai.dev/content/learn/learn/index.mdx
@@ -46,7 +46,7 @@ In these learn guides, you will learn how to locally:
46
Create a directory in your local machine and navigate to it. Run the following command in the terminal:
47
48
```bash
49
-mkdir my-ai-project
+mkdir my-ai-project && cd my-ai-project
50
npm init -y
51
npm install dotenv
52
```
0 commit comments