This commit is contained in:
archseer 2024-08-09 15:52:00 +00:00
parent 280f352147
commit 1688ea6136
4 changed files with 16 additions and 6 deletions

View File

@ -196,8 +196,13 @@ for instructions.</p>
</ul> </ul>
<h2 id="pre-built-binaries"><a class="header" href="#pre-built-binaries">Pre-built binaries</a></h2> <h2 id="pre-built-binaries"><a class="header" href="#pre-built-binaries">Pre-built binaries</a></h2>
<p>Download pre-built binaries from the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>. <p>Download pre-built binaries from the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>.
Add the <code>hx</code> binary to your system's <code>$PATH</code> to use it from the command line, and copy the <code>runtime</code> directory into the config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). The tarball contents include an <code>hx</code> binary and a <code>runtime</code> directory.
The runtime location can be overriden via the HELIX_RUNTIME environment variable.</p> To set up Helix:</p>
<ol>
<li>Add the <code>hx</code> binary to your system's <code>$PATH</code> to allow it to be used from the command line.</li>
<li>Copy the <code>runtime</code> directory to a location that <code>hx</code> searches for runtime files. A typical location on Linux/macOS is <code>~/.config/helix/runtime</code>.</li>
</ol>
<p>To see the runtime directories that <code>hx</code> searches, run <code>hx --health</code>. If necessary, you can override the default runtime location by setting the <code>HELIX_RUNTIME</code> environment variable.</p>
</main> </main>

View File

@ -202,8 +202,13 @@ for instructions.</p>
</ul> </ul>
<h2 id="pre-built-binaries"><a class="header" href="#pre-built-binaries">Pre-built binaries</a></h2> <h2 id="pre-built-binaries"><a class="header" href="#pre-built-binaries">Pre-built binaries</a></h2>
<p>Download pre-built binaries from the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>. <p>Download pre-built binaries from the <a href="https://github.com/helix-editor/helix/releases">GitHub Releases page</a>.
Add the <code>hx</code> binary to your system's <code>$PATH</code> to use it from the command line, and copy the <code>runtime</code> directory into the config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). The tarball contents include an <code>hx</code> binary and a <code>runtime</code> directory.
The runtime location can be overriden via the HELIX_RUNTIME environment variable.</p> To set up Helix:</p>
<ol>
<li>Add the <code>hx</code> binary to your system's <code>$PATH</code> to allow it to be used from the command line.</li>
<li>Copy the <code>runtime</code> directory to a location that <code>hx</code> searches for runtime files. A typical location on Linux/macOS is <code>~/.config/helix/runtime</code>.</li>
</ol>
<p>To see the runtime directories that <code>hx</code> searches, run <code>hx --health</code>. If necessary, you can override the default runtime location by setting the <code>HELIX_RUNTIME</code> environment variable.</p>
<div style="break-before: page; page-break-before: always;"></div><h2 id="package-managers"><a class="header" href="#package-managers">Package managers</a></h2> <div style="break-before: page; page-break-before: always;"></div><h2 id="package-managers"><a class="header" href="#package-managers">Package managers</a></h2>
<ul> <ul>
<li><a href="package-managers.html#linux">Linux</a> <li><a href="package-managers.html#linux">Linux</a>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long