gh-pages
the-mikedavis 12 months ago
parent 885b3f3c55
commit b77ecb191d

@ -279,11 +279,7 @@ flatpak run com.helix_editor.Helix
<p>Helix is available on <a href="https://snapcraft.io/helix">Snapcraft</a> and can be installed with:</p>
<pre><code class="language-sh">snap install --classic helix
</code></pre>
<p>This will install Helix as <code>/snap/bin/helix</code> (so make sure <code>/snap/bin</code> is in your <code>PATH</code>), which is not the preferred invocation (<code>hx</code>).
As a workaround you can manually alias the command globally with:</p>
<pre><code class="language-sh">snap alias helix hx
</code></pre>
<p>Or, otherwise, just alias in your shell's config.</p>
<p>This will install Helix as both <code>/snap/bin/helix</code> and <code>/snap/bin/hx</code>, so make sure <code>/snap/bin</code> is in your <code>PATH</code>.</p>
<h3 id="appimage"><a class="header" href="#appimage">AppImage</a></h3>
<p>Install Helix using the Linux <a href="https://appimage.org/">AppImage</a> format.
Download the official Helix AppImage from the <a href="https://github.com/helix-editor/helix/releases/latest">latest releases</a> page.</p>

@ -285,11 +285,7 @@ flatpak run com.helix_editor.Helix
<p>Helix is available on <a href="https://snapcraft.io/helix">Snapcraft</a> and can be installed with:</p>
<pre><code class="language-sh">snap install --classic helix
</code></pre>
<p>This will install Helix as <code>/snap/bin/helix</code> (so make sure <code>/snap/bin</code> is in your <code>PATH</code>), which is not the preferred invocation (<code>hx</code>).
As a workaround you can manually alias the command globally with:</p>
<pre><code class="language-sh">snap alias helix hx
</code></pre>
<p>Or, otherwise, just alias in your shell's config.</p>
<p>This will install Helix as both <code>/snap/bin/helix</code> and <code>/snap/bin/hx</code>, so make sure <code>/snap/bin</code> is in your <code>PATH</code>.</p>
<h3 id="appimage"><a class="header" href="#appimage">AppImage</a></h3>
<p>Install Helix using the Linux <a href="https://appimage.org/">AppImage</a> format.
Download the official Helix AppImage from the <a href="https://github.com/helix-editor/helix/releases/latest">latest releases</a> page.</p>

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