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
feat(download): add package manager installation instructions and Chocolatey link
Adds a new "Install via package managers" section to the download page,
including WinGet and Chocolatey install commands and a link to the official
Chocolatey package page. Improves visibility of modern installation options
while preserving the existing legacy download list.
Copy file name to clipboardExpand all lines: download.html
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,20 @@
6
6
7
7
<p>The easiest way to install Color Cop is to download the self-installing version. If you use the installer it's easy to remove the application by using add/remove programs under Windows.</p>
8
8
9
-
<p><b>Standalone 5.4.6 BETA</b>
10
-
11
-
<ahref="/tools/colorcop/beta.zip">beta.zip</a>
12
-
I have a new version here, but I'd like to have a few people BETA test it before I release it. If you have time, please try it and let me know if you think it works as expected.
9
+
<h3>Install via package managers</h3>
10
+
<p>Color Cop is also available through modern Windows package managers:</p>
0 commit comments