You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-47Lines changed: 2 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,60 +56,15 @@ scoop install python ruby go perl
56
56
57
57
If you've built software that you'd like others to use, Scoop is an alternative to building an installer (e.g. MSI or InnoSetup) — you just need to zip your program and provide a JSON manifest that describes how to install it.
58
58
59
-
## Requirements
60
-
61
-
- Windows 7 SP1+ / Windows Server 2008+
62
-
-[PowerShell 5](https://aka.ms/wmf5download) (or later, include [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-6)) and [.NET Framework 4.5](https://www.microsoft.com/net/download) (or later)
63
-
- PowerShell must be enabled for your user account e.g. `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`
64
-
65
59
## Installation
66
60
67
-
Run the following command from your PowerShell to install scoop to its default location (`C:\Users\<user>\scoop`)
61
+
Run the following command from a **non-admin**PowerShell to install scoop to its default location `C:\Users\<YOUR USERNAME>\scoop`.
Advanced installation instruction and full documentation of the installer are available in [ScoopInstaller/Install](https://github.com/ScoopInstaller/Install). Please create new issues there if you have questions about the installation.
0 commit comments