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
* readme.md: refactor HTML blocks
* readme.md: enhance style and fix typos and more
* readme.md: improve composition
* Update README.md
It seems GitHub does not work well with the 'style' attribute, so the deprecated attribute 'align' cannot be replaced.
* readme.md: update writing
* Update README.md
* Update README.md
* Update CHANGELOG.md
---------
Co-authored-by: walpo <[email protected]>
Co-authored-by: Rashil Gandhi <[email protected]>
- Hides the graphical user interface (GUI) of wizard-style installers.
43
+
- Prevents polluting the `PATH` environment variable. Normally, this variable gets cluttered as different apps are installed on the device.
44
+
- Avoids unexpected sideeffects from installing and uninstalling apps.
45
+
-Resolves and installs dependencies automatically.
46
+
- Performs all the necessary steps to get an app to a working state.
47
47
48
-
Scoop is very scriptable, so you can run repeatable setups to get your environment just the way you like, e.g.:
48
+
Scoop is quite script-friendly. Your environment can become the way you like by using repeatable setups. For example:
49
49
50
-
```powershell
50
+
```console
51
51
scoop install sudo
52
52
sudo scoop install 7zip git openssh --global
53
53
scoop install aria2 curl grep sed less touch
54
54
scoop install python ruby go perl
55
55
```
56
56
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.
57
+
If you have built software that you would like others to use, Scoop is an alternative to building an installer (like MSI or InnoSetup). You just need to compress your app to a `.zip` file and provide a JSON manifest that describes how to install it.
58
58
59
59
## Installation
60
60
61
-
Run the following command from a **non-admin** PowerShell to install scoop to its default location `C:\Users\<YOUR USERNAME>\scoop`.
61
+
Run the following commands from a regular (non-admin) PowerShell terminal to install 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.
68
+
**Note**: The first command makes your device allow running the installation and management scripts. This is necessary because Windows 10 client devices restrict execution of any PowerShell scripts by default.
You can find the complete documentation about the installer, including advanced installation configurations, in [ScoopInstaller/Install](https://github.com/ScoopInstaller/Install). Please create new issues there if you have questions about the installation.
70
75
71
76
## Multi-connection downloads with `aria2`
72
77
73
78
Scoop can utilize [`aria2`](https://github.com/aria2/aria2) to use multi-connection downloads. Simply install `aria2` through Scoop and it will be used for all downloads afterward.
74
79
75
-
```powershell
80
+
```console
76
81
scoop install aria2
77
82
```
78
83
@@ -90,54 +95,54 @@ You can tweak the following `aria2` settings with the `scoop config` command:
The apps that install best with Scoop are commonly called "portable" apps: i.e. compressed program files that run stand-alone when extracted and don't have side-effects like changing the registry or putting files outside the program directory.
99
-
100
-
Since installers are common, Scoop supports them too (and their uninstallers).
103
+
The apps that are most likely to get installed fine with Scoop are those referred to as "portable" apps. These apps are compressed files which can run standalone after being extracted. This type of apps does not produce side effects like changing the Windows Registry or placing files outside the app directory.
101
104
102
-
Scoop is also great at handling single-file programs and Powershell scripts. These don't even need to be compressed. See the [runat](https://github.com/ScoopInstaller/Main/blob/master/bucket/runat.json) package for an example: it's really just a GitHub gist.
105
+
Scoop also supports installer files and their uninstallation methods. Likewise, it can handle single-file apps and PowerShell scripts. These do not even need to be compressed. See the [runat](https://github.com/ScoopInstaller/Main/blob/master/bucket/runat.json) package for an example: it is simply a GitHub gist.
103
106
104
107
### Contribute to this project
105
108
106
-
If you'd like to improve Scoop by adding features or fixing bugs, please read our [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
109
+
If you would like to improve Scoop by adding features or fixing bugs, please read our [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
107
110
108
111
### Support this project
109
112
110
-
If you find Scoop useful and would like to support ongoing development and maintenance, here's how:
113
+
If you find Scoop useful and would like to support the ongoing development and maintenance of this project, you can donate here:
-[main](https://github.com/ScoopInstaller/Main) - Default bucket for the most common (mostly CLI) apps
119
-
-[extras](https://github.com/ScoopInstaller/Extras) - Apps that don't fit the main bucket's [criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket)
120
-
-[games](https://github.com/Calinou/scoop-games) - Opensource/freeware games and game-related tools
-[nirsoft](https://github.com/ScoopInstaller/Nirsoft) - Almost all of the 280+ apps from [Nirsoft](https://nirsoft.net)
123
-
-[sysinternals](https://github.com/niheaven/scoop-sysinternals) - Sysinternals Suite and all individual applications from [Microsoft](https://learn.microsoft.com/sysinternals/)
124
-
-[java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
-[php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
127
-
-[versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets
121
+
-[main](https://github.com/ScoopInstaller/Main) - Default bucket which contains popular non-GUI apps.
122
+
-[extras](https://github.com/ScoopInstaller/Extras) - Apps that do not fit the main bucket's [criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket).
123
+
-[games](https://github.com/Calinou/scoop-games) - Open-source and freeware video games and game-related tools.
-[nirsoft](https://github.com/ScoopInstaller/Nirsoft) - A collection of over 250+ apps from [Nirsoft](https://nirsoft.net).
126
+
-[sysinternals](https://github.com/niheaven/scoop-sysinternals) - The Sysinternals suite from [Microsoft](https://learn.microsoft.com/sysinternals/).
127
+
-[java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs) and Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
-[php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP.
130
+
-[versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets.
128
131
129
-
The main bucket is installed by default. To add any of the other buckets, type:
132
+
The `main` bucket is installed by default. You can make use of more buckets by typing:
130
133
131
134
```console
132
-
scoop bucket add bucketname
135
+
scoop bucket add <name>
133
136
```
134
137
135
-
For example, to add the extras bucket, type:
138
+
For example, to add the `extras` bucket, type:
136
139
137
140
```console
138
141
scoop bucket add extras
139
142
```
140
143
144
+
You would be able to install apps from the `extras` bucket now.
145
+
141
146
## Other application buckets
142
147
143
-
Many other application buckets hosted on Github can be found in the [Scoop Directory](https://rasa.github.io/scoop-directory/) or via [other search engines](https://rasa.github.io/scoop-directory/#other-search-engines).
148
+
Many other application buckets hosted on GitHub can be found on [ScoopSearch](https://scoop.sh/) or via [other search engines](https://rasa.github.io/scoop-directory/#other-search-engines).
0 commit comments