Skip to main content

Chocolatey Install

Source: chocolatey.org

Chocolatey a package manager for Windows. It will make the work of installing the rest of the programs easier.

Chocolatey needed to install pandoc or to install VirtualBox for Docker.

PowerShell (as admin)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
danger

It's very likely you will need to close and reopen your shell before you can use choco.

Resources