download install scoop on windows code example
Example 1: install scoop
to install scoop:
iwr -useb get.scoop.sh | iex
if you get an execution policy error run:
iwr -useb get.scoop.sh | iex
To install packages run:
scoop install [package-name]
Example 2: command to download scoop
scoop install curl