3
0

Ajouter 'Chocolatey.md'

This commit is contained in:
MJ Antipode 2020-10-21 11:25:11 +02:00
parent 522ed46cb3
commit 6e0f5d60ea

3
Chocolatey.md Normal file
View File

@ -0,0 +1,3 @@
First install chocolatey
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"