Skip to content

Commit 9353882

Browse files
authored
Merge branch 'main' into md-apr-8-clean-up-footer
2 parents 6ef6b5c + a058939 commit 9353882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/vpx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use `vpx`, `vp exec`, and `vp dlx` to run binaries without switching between loc
88

99
Use the other binary commands when you need stricter control:
1010

11-
- `vpx` resolves a package binary locally first and can download it when needed
11+
- `vpx` resolves a package binary locally first by default and downloads it if not found; with `pkg@version`, `--package/-p`, or `--shell-mode`, it runs via `vp dlx`
1212
- `vp exec` runs a binary from the current project's `node_modules/.bin`
1313
- `vp dlx` runs a package binary without adding it as a dependency
1414

@@ -22,7 +22,7 @@ vpx <pkg[@version]> [args...]
2222

2323
### Options
2424

25-
- `-p, --package <name>` installs one or more packages before running the command
25+
- `-p, --package <name>` installs one or more additional packages before running the command
2626
- `-c, --shell-mode` executes the command inside a shell
2727
- `-s, --silent` suppresses Vite+ output and only shows the command output
2828

0 commit comments

Comments
 (0)