Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 518 Bytes

Chocolatey.md

File metadata and controls

15 lines (12 loc) · 518 Bytes

Setup Chocolatey - Windows package manager

Installation

Follow installation instructions from the official website 🗗

Set environment

Choose the folder where packages are saved 🗗 by setting the environment variable to desired directory.

\> $env:ChocolateyBinRoot="C:\Tools\"
\> $env:ChocolateyToolsLocation="C:\Tools\"
\> $env:InstallDir="C:\Tools\"