summaryrefslogtreecommitdiffstats
path: root/download
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-23 21:58:22 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-23 21:58:22 -0700
commit3a225ab069e1faea33af9d4678a5d286faf16c61 (patch)
tree8b8060bb37856948b8de88fa7fd40bb42eeb08de /download
parent702c17984b383f57a175772d30f4574d09fc4b33 (diff)
Update site from master
Diffstat (limited to 'download')
-rw-r--r--download/index.html24
1 files changed, 18 insertions, 6 deletions
diff --git a/download/index.html b/download/index.html
index 95696a5a..e94a9d83 100644
--- a/download/index.html
+++ b/download/index.html
@@ -81,7 +81,7 @@
</li>
<li>
-<p>jq 1.3.2 is in the official Fedora repository. You can install using <code>sudo yum install jq</code></p>
+<p>jq 1.3.2 is in the official Fedora repository. You can install using <code>sudo yum install jq</code>.</p>
</li>
</ul>
@@ -101,20 +101,32 @@
</li>
</ul>
-<h3 id='solaris_11'>Solaris 11</h3>
+<h3 id='solaris'>Solaris</h3>
<ul>
-<li>jq 1.4 executables for <a href='solaris11-64/jq.exe'>64-bit</a> or <a href='solaris11-32/jq.exe'>32-bit</a></li>
+<li>
+<p><code>pkgutil -i jq</code> in <a href='http://www.opencsw.org/p/jq'>OpenCSW</a> for Solaris 10+, Sparc and x86</p>
+</li>
+
+<li>
+<p>jq 1.4 executables for Solaris 11 <a href='solaris11-64/jq'>64-bit</a> or <a href='solaris11-32/jq'>32-bit</a></p>
+</li>
</ul>
<h3 id='windows'>Windows</h3>
+
<ul>
<li>
-<p><code>chocolatey install jq</code> using <a href="https://chocolatey.org/">Chocolatey NuGet</a></p>
+<p><code>chocolatey install jq</code> using <a href='https://chocolatey.org/'>Chocolatey NuGet</a></p>
</li>
-<li>jq 1.4 executables for <a href='win64/jq.exe'>64-bit</a> or <a href='win32/jq.exe'>32-bit</a></li>
-<li>jq 1.3 executables for <a href='win64/jq-1.3/jq.exe'>64-bit</a> or <a href='win32/jq-1.3/jq.exe'>32-bit</a></li>
+<li>
+<p>jq 1.4 executables for <a href='win64/jq.exe'>64-bit</a> or <a href='win32/jq.exe'>32-bit</a></p>
+</li>
+
+<li>
+<p>jq 1.3 executables for <a href='win64/jq-1.3/jq.exe'>64-bit</a> or <a href='win32/jq-1.3/jq.exe'>32-bit</a></p>
+</li>
</ul>
<h3 id='from_source_on_linux_os_x_cygwin_and_other_posixlike_operating_systems'>From source on Linux, OS X, Cygwin, and other POSIX-like operating systems</h3>