gh-pages
archseer 2 years ago
parent ddd0de6e39
commit d1a335c139

@ -187,12 +187,20 @@ or <a href="https://msys2.org/">MSYS2</a>.</p>
<pre><code>choco install helix
</code></pre>
<p><strong>MSYS2:</strong></p>
<p>Choose the proper command for your system from below:</p>
<ul>
<li>For 32 bit Windows 7 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-i686-helix
</code></pre>
<p>or</p>
<ul>
<li>For 64 bit Windows 7 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-x86_64-helix
</code></pre>
<p>or</p>
<ul>
<li>For 64 bit Windows 8.1 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-ucrt-x86_64-helix
</code></pre>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>

@ -196,12 +196,20 @@ or <a href="https://msys2.org/">MSYS2</a>.</p>
<pre><code>choco install helix
</code></pre>
<p><strong>MSYS2:</strong></p>
<p>Choose the proper command for your system from below:</p>
<ul>
<li>For 32 bit Windows 7 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-i686-helix
</code></pre>
<p>or</p>
<ul>
<li>For 64 bit Windows 7 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-x86_64-helix
</code></pre>
<p>or</p>
<ul>
<li>For 64 bit Windows 8.1 or above:</li>
</ul>
<pre><code>pacman -S mingw-w64-ucrt-x86_64-helix
</code></pre>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save