Skip to content

Commit 9216142

Browse files
committed
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.
1 parent d442b83 commit 9216142

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

download.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@
66

77
<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>
88

9-
<p><b>Standalone 5.4.6 BETA</b>
10-
11-
<a href="/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>
11+
12+
<pre><code>winget install colorcop
13+
choco install colorcop
14+
</code></pre>
15+
16+
<p>
17+
Chocolatey package page:
18+
<a href="https://community.chocolatey.org/packages/colorcop/">https://community.chocolatey.org/packages/colorcop/</a>
1319
</p>
1420

21+
<p>This provides automatic updates and easy installation on Windows 10/11.</p>
22+
1523
<p>
1624
As an alternative, you can download the stand alone version, which will need to be unzipped.</p>
1725
<p>If you are upgrading from an earlier version, visit the <a class="lnk" href="/whatsnew/">What's New</a> section for a list of changes.
@@ -29,7 +37,7 @@
2937
</ul>
3038
</li>
3139
</ul>
32-
40+
3341
</li>
3442
<li class="colorcop"><h3>English v5.4.5</h3>
3543
<ul>
@@ -40,7 +48,7 @@
4048
</ul>
4149
</li>
4250
</ul>
43-
51+
4452
</li>
4553
<li class="colorcop"><h3>Spanish v5.0.1</h3>
4654
<ul>
@@ -51,7 +59,7 @@
5159
</ul>
5260
</li>
5361
</ul>
54-
62+
5563
</li>
5664
<li class="colorcop"><h3>Catalan v5.4.3</h3>
5765
<ul>
@@ -62,7 +70,7 @@
6270
</ul>
6371
</li>
6472
</ul>
65-
73+
6674
</li>
6775
<li class="colorcop"><h3>French v5.3</h3>
6876
<ul>
@@ -150,4 +158,4 @@
150158
</li>
151159
</ul>
152160
</li>
153-
</ul>
161+
</ul>

0 commit comments

Comments
 (0)