mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
deploy: 2fa576b177
This commit is contained in:
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>
|
<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
|
<pre><code class="language-sh">snap install --classic helix
|
||||||
</code></pre>
|
</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>).
|
<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>
|
||||||
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>
|
|
||||||
<h3 id="appimage"><a class="header" href="#appimage">AppImage</a></h3>
|
<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.
|
<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>
|
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>
|
<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
|
<pre><code class="language-sh">snap install --classic helix
|
||||||
</code></pre>
|
</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>).
|
<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>
|
||||||
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>
|
|
||||||
<h3 id="appimage"><a class="header" href="#appimage">AppImage</a></h3>
|
<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.
|
<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>
|
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…
Reference in New Issue
Block a user