Tuesday, August 29, 2017

Chocolatey 설치


Chocolatey 설치

원문: https://chocolatey.org/install

1. 작업표시줄에 윈도우버튼 오른클릭 -> Windows PowerShell(관리자) 실행

2. 아래 명령문 실행

Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))


No comments:

Post a Comment