1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:22:08 +02:00
tldr/pages/windows/choco.md
2021-09-13 10:21:21 +02:00

21 lines
395 B
Markdown

# choco
> A command-line interface for the Chocolatey package manager.
> Some subcommands such as `choco install` have their own usage documentation.
> More information: <https://chocolatey.org>.
- Execute Chocolatey command:
`choco {{command}}`
- Call general help:
`choco -?`
- Call help on a specific command:
`choco {{command}} -?`
- Check the Chocolatey version:
`choco --version`