Skip to content

Commit

Permalink
docs: mention changing directory in installation guide (#23680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boby900 committed Nov 16, 2023
1 parent 1b6f738 commit 3506f48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/1.getting-started/2.installation.md
Expand Up @@ -68,6 +68,12 @@ Open your project folder in Visual Studio Code:
code <project-name>
```

Or change directory into your new project from your terminal:

```bash
cd <project-name>
```

Install the dependencies:

::code-group
Expand All @@ -81,7 +87,6 @@ npm install
```

```bash [pnpm]
# Make sure you have `shamefully-hoist=true` in `.npmrc` before running pnpm install
pnpm install
```

Expand Down

0 comments on commit 3506f48

Please sign in to comment.