mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: mention changing directory in installation guide (#23680)
This commit is contained in:
parent
1b6f738fb8
commit
3506f48ec3
@ -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
|
||||
@ -81,7 +87,6 @@ npm install
|
||||
```
|
||||
|
||||
```bash [pnpm]
|
||||
# Make sure you have `shamefully-hoist=true` in `.npmrc` before running pnpm install
|
||||
pnpm install
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user