Skip to content

Commit 343f592

Browse files
committed
docs: remove -t v4 tag from getting started
1 parent 232b14e commit 343f592

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/1.getting-started/02.installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Open a terminal (if you're using [Visual Studio Code](https://code.visualstudio.
3939
::code-group{sync="pm"}
4040

4141
```bash [npm]
42-
npm create nuxt <project-name> -- -t v4
42+
npm create nuxt <project-name>
4343
```
4444

4545
```bash [yarn]
46-
yarn create nuxt <project-name> -t v4
46+
yarn create nuxt <project-name>
4747
```
4848

4949
```bash [pnpm]
50-
pnpm create nuxt <project-name> -t v4
50+
pnpm create nuxt <project-name>
5151
```
5252

5353
```bash [bun]
54-
bun create nuxt <project-name> -t v4
54+
bun create nuxt <project-name>
5555
```
5656

5757
```bash [deno]
58-
deno -A npm:create-nuxt@latest <project-name> -t v4
58+
deno -A npm:create-nuxt@latest <project-name>
5959
```
6060

6161
::

0 commit comments

Comments
 (0)