Windows安装jq

1.安装chocolatey

以管理员方式运行cmd。输入@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Windows安装jq_第1张图片

2.安装jq

运行cmd,输入命令:chocolatey install jq

你可能感兴趣的:(dos)