Backport '--locked' to last release 'cargo install' instructions

Closes #5515
gh-pages
Michael Davis 2 years ago
parent 8a4b734fe2
commit fc2d08b18d
No known key found for this signature in database

@ -188,7 +188,7 @@ or <a href="https://msys2.org/">MSYS2</a>.</p>
<h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2> <h2 id="build-from-source"><a class="header" href="#build-from-source">Build from source</a></h2>
<pre><code>git clone https://github.com/helix-editor/helix <pre><code>git clone https://github.com/helix-editor/helix
cd helix cd helix
cargo install --path helix-term cargo install --locked --path helix-term
</code></pre> </code></pre>
<p>This will install the <code>hx</code> binary to <code>$HOME/.cargo/bin</code> and build tree-sitter grammars in <code>./runtime/grammars</code>.</p> <p>This will install the <code>hx</code> binary to <code>$HOME/.cargo/bin</code> and build tree-sitter grammars in <code>./runtime/grammars</code>.</p>
<p>Helix also needs its runtime files so make sure to copy/symlink the <code>runtime/</code> directory into the <p>Helix also needs its runtime files so make sure to copy/symlink the <code>runtime/</code> directory into the
@ -211,7 +211,7 @@ mklink /D runtime &quot;&lt;helix-repo&gt;\runtime&quot;
</code></pre> </code></pre>
<p>The runtime location can be overridden via the <code>HELIX_RUNTIME</code> environment variable.</p> <p>The runtime location can be overridden via the <code>HELIX_RUNTIME</code> environment variable.</p>
<blockquote> <blockquote>
<p>NOTE: if <code>HELIX_RUNTIME</code> is set prior to calling <code>cargo install --path helix-term</code>, <p>NOTE: if <code>HELIX_RUNTIME</code> is set prior to calling <code>cargo install --locked --path helix-term</code>,
tree-sitter grammars will be built in <code>$HELIX_RUNTIME/grammars</code>.</p> tree-sitter grammars will be built in <code>$HELIX_RUNTIME/grammars</code>.</p>
</blockquote> </blockquote>
<p>If you plan on keeping the repo locally, an alternative to copying/symlinking <p>If you plan on keeping the repo locally, an alternative to copying/symlinking

Loading…
Cancel
Save