Skip to content

Commit 6f92bfd

Browse files
committed
docs: update migration guide to install CommandKit from dev version
1 parent 7b291ce commit 6f92bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docs/guide/01-getting-started/99-migrating-from-v0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This guide uses TypeScript examples, but all concepts apply to JavaScript projec
2525
Begin your migration by updating to the latest version of CommandKit:
2626

2727
```bash npm2yarn
28-
npm install commandkit@latest
28+
npm install commandkit@dev
2929
```
3030

3131
This command will install CommandKit v1 and update your `package.json` with the latest version.

0 commit comments

Comments
 (0)