diff --git a/README.md b/README.md index 072b795..d321404 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ yarn create pixi.js With PNPM: ```bash -$ pnpm create pixi.js +$ pnpm --package=create-pixi.js dlx cpa ``` With Bun: diff --git a/docs/docs/guide/installation.mdx b/docs/docs/guide/installation.mdx index 65a6770..9e60248 100644 --- a/docs/docs/guide/installation.mdx +++ b/docs/docs/guide/installation.mdx @@ -22,7 +22,7 @@ yarn create pixi.js With PNPM: ```bash -pnpm create pixi.js +pnpm --package=create-pixi.js dlx cpa ``` With Bun: @@ -83,7 +83,7 @@ npm create pixi.js@latest pixi-project -- --template bundler-vite yarn create pixi.js pixi-project --template bundler-vite # pnpm -pnpm create pixi.js pixi-project --template bundler-vite +pnpm --package=create-pixi.js dlx cpa pixi-project --template bundler-vite # Bun bun create pixi.js pixi-project --template bundler-vite