Skip to content

Commit

Permalink
docs: Update PNPM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit authored and Romakita committed Jan 18, 2025
1 parent 05846e2 commit 915574c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/migrate-from-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 915574c

Please sign in to comment.