“PowerShell Scoop” Respostas de código

PowerShell Scoop

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
Lucas Gomes

Como instalar o Scoop usando PowerShell

# in your powershell type this command
iwr -useb get.scoop.sh | iex
Darkstar

Respostas semelhantes a “PowerShell Scoop”

Procure respostas de código populares por idioma

Procurar outros idiomas de código