File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Nuxt Kirby provides seamless integration with multi-language Kirby sites using [
77Install 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
You can’t perform that action at this time.
0 commit comments