Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Remove @latest for pnpm, not needed #4640

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-nextjs-email
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs-email
pnpm dlx create-toolpad-app --example auth-nextjs-email
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-pages-nextauth-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-nextjs-pages-nextauth-4
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs-pages-nextauth-4
pnpm dlx create-toolpad-app --example auth-nextjs-pages-nextauth-4
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-nextjs-pages
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs-pages
pnpm dlx create-toolpad-app --example auth-nextjs-pages
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-passkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-nextjs-passkey
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs-passkey
pnpm dlx create-toolpad-app --example auth-nextjs-passkey
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-themed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-nextjs-themed
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs-themed
pnpm dlx create-toolpad-app --example auth-nextjs-themed
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GITHUB_CLIENT_SECRET=
```bash
npx auth secret
# or
pnpm dlx create-toolpad-app@latest --example auth-nextjs
pnpm dlx create-toolpad-app --example auth-nextjs
```

### GitHub configuration
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example auth-vite
# or
pnpm dlx create-toolpad-app@latest --example auth-vite
pnpm dlx create-toolpad-app --example auth-vite
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion examples/core/firebase-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example firebase-vite
# or
pnpm dlx create-toolpad-app@latest --example firebase-vite
pnpm dlx create-toolpad-app --example firebase-vite
```

## Setting up
Expand Down
2 changes: 1 addition & 1 deletion examples/core/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example tutorial
# or
pnpm dlx create-toolpad-app@latest --example tutorial
pnpm dlx create-toolpad-app --example tutorial
```

and follow the instructions in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion examples/core/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To copy this example and customize it for your needs, run
```bash
npx create-toolpad-app@latest --example vite
# or
pnpm dlx create-toolpad-app@latest --example vite
pnpm dlx create-toolpad-app --example vite
```

and follow the instructions in the terminal.
Expand Down