diff --git a/pages/windows/choco.md b/pages/windows/choco.md new file mode 100644 index 00000000000000..f7294122c7ee1b --- /dev/null +++ b/pages/windows/choco.md @@ -0,0 +1,20 @@ +# choco + +> A command line interface for the Chocolatey package manager. +> See `choco install`, `choco upgrade` and other pages for additional information. + +- Execute Chocolatey command: + +`choco {{command}}` + +- Call general help: + +`choco -?` + +- Call help on a specific command: + +`choco {{command}} -?` + +- Check the Chocolatey version: + +`choco --version`