Skip to content

Commit e2c0f75

Browse files
morgan-codedclaude
andcommitted
docs(docs): use package-manager-agnostic wording for Prisma CLI in quickstarts
The quickstart 'Initialize Prisma ORM' step said 'invoke the Prisma CLI by prefixing it with npx', but the code block below it renders package-manager tabs (npm/pnpm/yarn/bun) via remarkNpmOptions. For the pnpm/yarn/bun tabs the command is 'pnpm dlx prisma' / 'yarn dlx prisma' / 'bunx --bun prisma', so the npx-specific prose is incorrect for 3 of the 4 tabs. Reword to be neutral. Linear: N/A (external community contribution) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ffe9059 commit e2c0f75

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/docs/content/docs/(index)/prisma-orm/quickstart/cockroachdb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Update `package.json` to enable ESM:
7676

7777
## 4. Initialize Prisma ORM
7878

79-
You can now invoke the Prisma CLI by prefixing it with `npx`:
79+
You can now run Prisma CLI commands using your package manager:
8080

8181
```npm
8282
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/mongodb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Update `package.json` to enable ESM:
9494

9595
## 4. Initialize Prisma ORM
9696

97-
You can now invoke the Prisma CLI by prefixing it with `npx`:
97+
You can now run Prisma CLI commands using your package manager:
9898

9999
```npm
100100
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/mysql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Update `package.json` to enable ESM:
8080

8181
## 4. Initialize Prisma ORM
8282

83-
You can now invoke the Prisma CLI by prefixing it with `npx`:
83+
You can now run Prisma CLI commands using your package manager:
8484

8585
```npm
8686
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/planetscale.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Update `package.json` to enable ESM:
7878

7979
## 4. Initialize Prisma ORM
8080

81-
You can now invoke the Prisma CLI by prefixing it with `npx`:
81+
You can now run Prisma CLI commands using your package manager:
8282

8383
```npm
8484
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Update `package.json` to enable ESM:
8282

8383
## 4. Initialize Prisma ORM
8484

85-
You can now invoke the Prisma CLI by prefixing it with `npx`:
85+
You can now run Prisma CLI commands using your package manager:
8686

8787
```npm
8888
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/prisma-postgres.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Update `package.json` to enable ESM:
7070

7171
## 4. Initialize Prisma ORM
7272

73-
You can now invoke the Prisma CLI by prefixing it with `npx`:
73+
You can now run Prisma CLI commands using your package manager:
7474

7575
```npm
7676
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/sql-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Update `package.json` to enable ESM:
7676

7777
## 4. Initialize Prisma ORM
7878

79-
You can now invoke the Prisma CLI by prefixing it with `npx`:
79+
You can now run Prisma CLI commands using your package manager:
8080

8181
```npm
8282
npx prisma

apps/docs/content/docs/(index)/prisma-orm/quickstart/sqlite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Update `package.json` to enable ESM:
8080

8181
## 4. Initialize Prisma ORM
8282

83-
You can now invoke the Prisma CLI by prefixing it with `npx`:
83+
You can now run Prisma CLI commands using your package manager:
8484

8585
```npm
8686
npx prisma

0 commit comments

Comments
 (0)