Scoop/Installation: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "<pre> PS C:\Users\Kenneth> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser PS C:\Users\Kenneth> Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression Initializing... Downloading... Creating shim... Adding ~\scoop\shims to your path. Scoop was installed successfully! Type 'scoop help' for instructions. </pre>")
 
(No difference)

Latest revision as of 21:42, 17 September 2024

PS C:\Users\Kenneth> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\Users\Kenneth> Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Initializing...
Downloading...
Creating shim...
Adding ~\scoop\shims to your path.
Scoop was installed successfully!
Type 'scoop help' for instructions.