mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
deploy: 5463a436a8
This commit is contained in:
parent
abe169f523
commit
2a5dbcf3f4
@ -191,6 +191,10 @@ cargo install --path helix-term
|
||||
<p>Now copy the <code>runtime/</code> directory somewhere. Helix will by default look for the
|
||||
runtime inside the same folder as the executable, but that can be overriden via
|
||||
the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||
<p>If you want to embed the <code>runtime/</code> directory into the Helix binary you can build
|
||||
it with:</p>
|
||||
<pre><code>cargo install --path helix-term --features "embed_runtime"
|
||||
</code></pre>
|
||||
|
||||
</main>
|
||||
|
||||
|
@ -191,6 +191,10 @@ cargo install --path helix-term
|
||||
<p>Now copy the <code>runtime/</code> directory somewhere. Helix will by default look for the
|
||||
runtime inside the same folder as the executable, but that can be overriden via
|
||||
the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||
<p>If you want to embed the <code>runtime/</code> directory into the Helix binary you can build
|
||||
it with:</p>
|
||||
<pre><code>cargo install --path helix-term --features "embed_runtime"
|
||||
</code></pre>
|
||||
|
||||
</main>
|
||||
|
||||
|
@ -193,6 +193,10 @@ cargo install --path helix-term
|
||||
<p>Now copy the <code>runtime/</code> directory somewhere. Helix will by default look for the
|
||||
runtime inside the same folder as the executable, but that can be overriden via
|
||||
the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||
<p>If you want to embed the <code>runtime/</code> directory into the Helix binary you can build
|
||||
it with:</p>
|
||||
<pre><code>cargo install --path helix-term --features "embed_runtime"
|
||||
</code></pre>
|
||||
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="usage"><a class="header" href="#usage">Usage</a></h1>
|
||||
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="configuration"><a class="header" href="#configuration">Configuration</a></h1>
|
||||
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="keymap"><a class="header" href="#keymap">Keymap</a></h1>
|
||||
|
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