mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 10:02:08 +02:00
368 B
368 B
choco
The Chocolatey package manager. Some subcommands such as
choco install
have their own usage documentation. More information: https://chocolatey.org.
- Execute a Chocolatey command:
choco {{command}}
- Call general help:
choco -?
- Call help on a specific command:
choco {{command}} -?
- Check the Chocolatey version:
choco --version