tldr/pages/windows/choco.md

22 lines
368 B
Markdown
Raw Normal View History

2018-03-08 22:40:49 +00:00
# choco
> The Chocolatey package manager.
> Some subcommands such as `choco install` have their own usage documentation.
> More information: <https://chocolatey.org>.
2018-03-08 22:40:49 +00:00
- Execute a Chocolatey command:
2018-03-08 22:40:49 +00:00
`choco {{command}}`
- Call general help:
`choco -?`
- Call help on a specific command:
`choco {{command}} -?`
- Check the Chocolatey version:
`choco --version`