1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/windows/choco.md

22 lines
348 B
Markdown
Raw Normal View History

2018-03-08 22:40:49 +00:00
# choco
> The Chocolatey package manager.
> Some subcommands such as `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}}`
- Display help:
2018-03-08 22:40:49 +00:00
`choco -?`
- Display help for a specific command:
2018-03-08 22:40:49 +00:00
`choco {{command}} -?`
- Display version:
2018-03-08 22:40:49 +00:00
`choco --version`