Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in download page #164

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<h1>Download</h1>
</div>
<h4>Releases</h4>
<p><strong>Notice: clumsy only support Windows Vista, Windows 7 and above. 64bit Windows users are strongly recommanded to download the 64bit build.</strong></p>
<p><strong>Notice: clumsy only support Windows Vista, Windows 7 and above. 64bit Windows users are strongly recommended to download the 64bit build.</strong></p>

<p>0.3</p>
<ul class="textlist">
<li>32bit: <a href="https://github.com/jagt/clumsy/releases/download/0.3/clumsy-0.3-win32-a.zip">clumsy-0.3-win32-a.zip</a></li>
<li>64bit: <a href="https://github.com/jagt/clumsy/releases/download/0.3/clumsy-0.3-win64-a.zip">clumsy-0.3-win64-a.zip</a></li>
<il>See other binaries <a href="https://github.com/jagt/clumsy/releases/tag/0.3">here</a>.</il>
<il>Or <a href="https://github.com/jagt/clumsy/releases/tag/0.3">see other binaries</a>.</il>
</ul>

<h4>Install</h4>
Expand All @@ -51,7 +51,7 @@ <h4>0.3</h4>
With 0.3 we've setup clumsy to be built with <a href="https://ziglang.org">Zig</a> and it's how we build the shipping binaries.

<ol>
<li>Download a copy of <a href="https://ziglang.org/download/#release-0.9.1">zig 0.9.1 here</a></li>
<li>Download a copy of <a href="https://ziglang.org/download/#release-0.9.1">zig 0.9.1</a></li>
<li>Open <code>build.zig</code> and check that Windows SDK path is correct on your machine.<br> It's hardcoded as <code>C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0</code></li>
<li>Then you can run the commands below to build:

Expand Down