Skip to content

Commit eee5567

Browse files
docs: update migration guide
1 parent c7cf721 commit eee5567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Please follow these steps to migrate your existing Nuxt KQL v2 project to Nuxt K
1010

1111
1. Uninstall the `nuxt-kql` module and install the `nuxt-kirby` module instead:
1212
```bash
13-
npm uninstall nuxt-kql && npm install nuxt-kirby
13+
npm uninstall nuxt-kql && npm install -D nuxt-kirby
1414

1515
# pnpm
16-
pnpm remove nuxt-kql && pnpm add nuxt-kirby
16+
pnpm remove nuxt-kql && pnpm add -D nuxt-kirby
1717

1818
# yarn
19-
yarn remove nuxt-kql && yarn add nuxt-kirby
19+
yarn remove nuxt-kql && yarn add -D nuxt-kirby
2020
```
2121

2222
2. Update your `nuxt.config.ts` file to replace all instances of `kql` with `kirby`. For example, change this:

0 commit comments

Comments
 (0)