Skip to content

Commit 7ffbb98

Browse files
docs: update install command
1 parent 5b1e550 commit 7ffbb98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
> [📖 Read the documentation](https://nuxt-kirby.byjohann.dev)
2424
2525
```bash
26-
npx nuxt@latest module add kirby
26+
npx nuxt module add kirby
2727
```
2828

2929
## Basic Usage

docs/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Want to jump right in? Choose one of the [Starter Kits](/essentials/starter-kits
99
## Step 1: Install Nuxt Kirby
1010

1111
```bash
12-
npx nuxt@latest module add kirby
12+
npx nuxt module add kirby
1313
```
1414

1515
## Step 2: Add the Module

docs/guides/multi-language-sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Nuxt Kirby provides seamless integration with multi-language Kirby sites using [
77
Install the official [Nuxt i18n](https://i18n.nuxtjs.org) module before proceeding:
88

99
```bash
10-
npx nuxt@latest module add i18n
10+
npx nuxt module add i18n
1111
```
1212

1313
## Basic Usage

0 commit comments

Comments
 (0)