Scoop
Scoop
A command-line installer for Windows.
Installation
Open a PowerShell terminal
Run these commands from C:\>
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Comments
Post a Comment