Skip to content

Commit dd50d5a

Browse files
committed
website update npx
1 parent 807cd5b commit dd50d5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

website/docs/install/_common/_install-cli.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ If, for any reason, you decide not to install **@xpack/doxygen2docusaurus**, you
7474
benefit from it by utilising the `npx` command, as a trampoline to start **doxygen2docusaurus**:
7575

7676
<CodeBlock language="console"> {
77-
`$ npx doxygen2docusaurus --version
77+
`$ npx --package @xpack/doxygen2docusaurus -- doxygen2docusaurus --version
7878
2.0.0
7979
`} </CodeBlock>
8080

81-
However, for regular usage, this method is not efficient, since
82-
**npx** will need to prepare the Node.js module
83-
for each execution, and this takes some time.
81+
However, for regular use, this method may be less convenient, as
82+
**npx** requires specifying the full package name on each invocation.
8483

8584
## npm folders
8685

0 commit comments

Comments
 (0)