環境
- Windows
手順
1. Windows PowerShell でインストール
管理者として実行された Windows PowerShell で以下のコマンドを実行
Windows PowerShell
PS C:\Users\[user]> 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'))
2. インストールされたか確認
Windows PowerShell
PS C:\Users\[user]> choco -v
1.1.0
了
参考