mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
deploy: 7ee66c0658
This commit is contained in:
parent
9c89498dfb
commit
eb66451bcd
@ -259,6 +259,11 @@ Download the official Helix AppImage from the <a href="https://github.com/helix-
|
||||
<pre><code class="language-sh">chmod +x helix-*.AppImage # change permission for executable mode
|
||||
./helix-*.AppImage # run helix
|
||||
</code></pre>
|
||||
<p>You can optionally <a href="./building-from-source.html#configure-the-desktop-shortcut">add the <code>.desktop</code> file</a>. Helix must be installed in <code>PATH</code> with the name <code>hx</code>. For example:</p>
|
||||
<pre><code class="language-sh">mkdir -p "$HOME/.local/bin"
|
||||
mv helix-*.AppImage "$HOME/.local/bin/hx"
|
||||
</code></pre>
|
||||
<p>and make sure <code>~/.local/bin</code> is in your <code>PATH</code>.</p>
|
||||
<h2 id="macos"><a class="header" href="#macos">macOS</a></h2>
|
||||
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
||||
<pre><code class="language-sh">brew install helix
|
||||
|
@ -289,6 +289,11 @@ Download the official Helix AppImage from the <a href="https://github.com/helix-
|
||||
<pre><code class="language-sh">chmod +x helix-*.AppImage # change permission for executable mode
|
||||
./helix-*.AppImage # run helix
|
||||
</code></pre>
|
||||
<p>You can optionally <a href="./building-from-source.html#configure-the-desktop-shortcut">add the <code>.desktop</code> file</a>. Helix must be installed in <code>PATH</code> with the name <code>hx</code>. For example:</p>
|
||||
<pre><code class="language-sh">mkdir -p "$HOME/.local/bin"
|
||||
mv helix-*.AppImage "$HOME/.local/bin/hx"
|
||||
</code></pre>
|
||||
<p>and make sure <code>~/.local/bin</code> is in your <code>PATH</code>.</p>
|
||||
<h2 id="macos"><a class="header" href="#macos">macOS</a></h2>
|
||||
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
||||
<pre><code class="language-sh">brew install helix
|
||||
|
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