Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 593 Bytes

install-scoop.md

File metadata and controls

24 lines (15 loc) · 593 Bytes

How to Install Scoop


Scoop is a command-line installer for Windows machines.

> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

# ^Optional: Needed to run a remote script the first time

> irm get.scoop.sh | iex

You can verify the installation was successful and view instructions for scoop by running the command:

> scoop help

You can check out my blog post where I go through the process.

link README