介绍
一个windows
包管理工具,类似mac
下的Homebrew
。
安装
打开powershell,执行如下命令:
1 | Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) |
基本使用
1 | 本地安装包列表 |
More info: chocolatey install