Skip to content
Merged
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 docs/.vitepress/theme/components/CopyPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const DEFAULT_PROMPT = `I want to use Vite+ in my project. Vite+ is the unified

First, read https://viteplus.dev/llms-full.txt to learn Vite+'s commands and configuration.

Install the \`vp\` CLI:
Install the \`vp\` CLI if it's not already on the system:
Comment thread
fengmk2 marked this conversation as resolved.
- macOS / Linux: curl -fsSL https://vite.plus | bash
- Windows (PowerShell): irm https://vite.plus/ps1 | iex

Expand Down
Loading