gh-pages
archseer 3 years ago
parent d10921af6f
commit bc799aa3e6

@ -170,16 +170,18 @@
<p>We provide pre-built binaries on the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>.</p>
<h2 id="osx"><a class="header" href="#osx">OSX</a></h2>
<p>TODO: brew tap</p>
<pre><code>$ brew tap helix-editor/helix
$ brew install helix
</code></pre>
<p>Please use a pre-built binary release for the time being.</p>
<h2 id="linux"><a class="header" href="#linux">Linux</a></h2>
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
<p>A <a href="https://nixos.wiki/wiki/Flakes">flake</a> containing the package is available in
the project root. The flake can also be used to spin up a reproducible development
shell for working on Helix.</p>
<h3 id="arch-linux"><a class="header" href="#arch-linux">Arch Linux</a></h3>
<p>A binary package is available on AUR as <a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a>.</p>
<p>Binary packages are available on AUR:</p>
<ul>
<li><a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a> contains the pre-built release</li>
<li><a href="https://aur.archlinux.org/packages/helix-git/">helix-git</a> builds the master branch</li>
</ul>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>
<pre><code>git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
cd helix

@ -170,16 +170,18 @@
<p>We provide pre-built binaries on the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>.</p>
<h2 id="osx"><a class="header" href="#osx">OSX</a></h2>
<p>TODO: brew tap</p>
<pre><code>$ brew tap helix-editor/helix
$ brew install helix
</code></pre>
<p>Please use a pre-built binary release for the time being.</p>
<h2 id="linux"><a class="header" href="#linux">Linux</a></h2>
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
<p>A <a href="https://nixos.wiki/wiki/Flakes">flake</a> containing the package is available in
the project root. The flake can also be used to spin up a reproducible development
shell for working on Helix.</p>
<h3 id="arch-linux"><a class="header" href="#arch-linux">Arch Linux</a></h3>
<p>A binary package is available on AUR as <a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a>.</p>
<p>Binary packages are available on AUR:</p>
<ul>
<li><a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a> contains the pre-built release</li>
<li><a href="https://aur.archlinux.org/packages/helix-git/">helix-git</a> builds the master branch</li>
</ul>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>
<pre><code>git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
cd helix

@ -172,16 +172,18 @@
<p>We provide pre-built binaries on the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>.</p>
<h2 id="osx"><a class="header" href="#osx">OSX</a></h2>
<p>TODO: brew tap</p>
<pre><code>$ brew tap helix-editor/helix
$ brew install helix
</code></pre>
<p>Please use a pre-built binary release for the time being.</p>
<h2 id="linux"><a class="header" href="#linux">Linux</a></h2>
<h3 id="nixos"><a class="header" href="#nixos">NixOS</a></h3>
<p>A <a href="https://nixos.wiki/wiki/Flakes">flake</a> containing the package is available in
the project root. The flake can also be used to spin up a reproducible development
shell for working on Helix.</p>
<h3 id="arch-linux"><a class="header" href="#arch-linux">Arch Linux</a></h3>
<p>A binary package is available on AUR as <a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a>.</p>
<p>Binary packages are available on AUR:</p>
<ul>
<li><a href="https://aur.archlinux.org/packages/helix-bin/">helix-bin</a> contains the pre-built release</li>
<li><a href="https://aur.archlinux.org/packages/helix-git/">helix-git</a> builds the master branch</li>
</ul>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>
<pre><code>git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
cd helix

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