diff --git a/docs/getting-started.md b/docs/getting-started.md index 3650a197d80..edd86572288 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -69,7 +69,7 @@ yarn dlx -p @tsed/cli tsed init . ``` ```sh [pnpm] -pnpx -p @tsed/cli tsed init . +pnpm --package=@tsed/cli dlx tsed init . ``` ```sh [bun] diff --git a/docs/introduction/migrate-from-express.md b/docs/introduction/migrate-from-express.md index 45ca8e8b353..f8645d95201 100644 --- a/docs/introduction/migrate-from-express.md +++ b/docs/introduction/migrate-from-express.md @@ -52,7 +52,7 @@ yarn dlx -p @tsed/cli tsed init . ``` ```sh [pnpm] -pnpx -p @tsed/cli tsed init . +pnpm --package=@tsed/cli dlx tsed init . ``` ```sh [bun] diff --git a/docs/tutorials/prisma.md b/docs/tutorials/prisma.md index a5687ddfdca..4a7d0fc7e41 100644 --- a/docs/tutorials/prisma.md +++ b/docs/tutorials/prisma.md @@ -72,7 +72,7 @@ yarn dlx -p @tsed/cli tsed init tsed-prisma ``` ```sh [pnpm] -pnpx -p @tsed/cli tsed init tsed-prisma +pnpm --package=@tsed/cli dlx tsed init tsed-prisma ``` ```sh [bun]