Skip to content

Commit

Permalink
(doc) Use full name of option
Browse files Browse the repository at this point in the history
Based on feedback from this issue:
chocolatey/choco#2850
  • Loading branch information
gep13 committed Oct 7, 2022
1 parent 91fe0eb commit 1be390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/en-us/create/create-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ You can also use the `--debug` switch on `choco install` to provide more informa
> Do not call install with `.nupkg` - pointing to a file explicitly overrides source. You must call your install with the package name, not the nupkg file and location. You've already specified for choco to look in a local source with `--source "'.;https://community.chocolatey.org/api/v2/'"`. Call `choco install dude --source "'.;https://community.chocolatey.org/api/v2/'"`, not `choco install .\dude.nupkg --source "'.;https://community.chocolatey.org/api/v2/'"`.
### Alternative testing strategy
You can also type `choco install -fdv path/to/nuspec` and choco will build the nupkg and attempt to install it.
You can also type `choco install --force --debug --verbose path/to/nuspec` and choco will build the nupkg and attempt to install it.

> :memo: **NOTE**
>
Expand Down

0 comments on commit 1be390a

Please sign in to comment.