Skip to content

Commit 82e8dd7

Browse files
authored
docs(essentials): update init command (#1213)
1 parent 61f6736 commit 82e8dd7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.starters/default/content/2.essentials/3.components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393
#### Start a fresh new project
394394

395395
```bash [Terminal]
396-
npx nuxi init -t github:nuxt-content/docus
396+
npm create nuxt@latest -- -t github:nuxt-content/docus
397397
```
398398

399399
#### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410
#### Start a fresh new project
411411
412412
```bash [Terminal]
413-
npx nuxi init -t github:nuxt-content/docus
413+
npm create nuxt@latest -- -t github:nuxt-content/docus
414414
```
415415
416416
#### Run docus CLI to run your dev server

.starters/i18n/content/en/2.essentials/3.components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393
#### Start a fresh new project
394394

395395
```bash [Terminal]
396-
npx nuxi init -t github:nuxt-content/docus
396+
npm create nuxt@latest -- -t github:nuxt-content/docus
397397
```
398398

399399
#### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410
#### Start a fresh new project
411411
412412
```bash [Terminal]
413-
npx nuxi init -t github:nuxt-content/docus
413+
npm create nuxt@latest -- -t github:nuxt-content/docus
414414
```
415415
416416
#### Run docus CLI to run your dev server

.starters/i18n/content/fr/2.essentials/3.components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
392392
#### Démarrer un nouveau projet
393393

394394
```bash [Terminal]
395-
npx nuxi init -t github:nuxt-content/docus
395+
npm create nuxt@latest -- -t github:nuxt-content/docus
396396
```
397397

398398
#### Lancer le CLI docus pour démarrer votre serveur de dev
@@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
409409
#### Démarrer un nouveau projet
410410
411411
```bash [Terminal]
412-
npx nuxi init -t github:nuxt-content/docus
412+
npm create nuxt@latest -- -t github:nuxt-content/docus
413413
```
414414
415415
#### Lancer le CLI docus pour démarrer votre serveur de dev

docs/content/en/3.essentials/3.components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Use the `level` prop to define which heading will be used for the steps.
393393
#### Start a fresh new project
394394

395395
```bash [Terminal]
396-
npx nuxi init -t github:nuxt-content/docus
396+
npm create nuxt@latest -- -t github:nuxt-content/docus
397397
```
398398

399399
#### Run docus CLI to run your dev server
@@ -410,7 +410,7 @@ Use the `level` prop to define which heading will be used for the steps.
410410
#### Start a fresh new project
411411
412412
```bash [Terminal]
413-
npx nuxi init -t github:nuxt-content/docus
413+
npm create nuxt@latest -- -t github:nuxt-content/docus
414414
```
415415
416416
#### Run docus CLI to run your dev server

docs/content/fr/3.essentials/3.components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
392392
#### Démarrer un nouveau projet
393393

394394
```bash [Terminal]
395-
npx nuxi init -t github:nuxt-content/docus
395+
npm create nuxt@latest -- -t github:nuxt-content/docus
396396
```
397397

398398
#### Lancer le CLI docus pour démarrer votre serveur de dev
@@ -409,7 +409,7 @@ Utilisez la prop `level` pour définir quel titre sera utilisé pour les étapes
409409
#### Démarrer un nouveau projet
410410
411411
```bash [Terminal]
412-
npx nuxi init -t github:nuxt-content/docus
412+
npm create nuxt@latest -- -t github:nuxt-content/docus
413413
```
414414
415415
#### Lancer le CLI docus pour démarrer votre serveur de dev

0 commit comments

Comments
 (0)