mirror of https://github.com/helix-editor/helix
deploy: 088ba58af5
parent
58df111dec
commit
910b804d8f
|
@ -219,9 +219,8 @@ your <code>~/.bashrc</code> or equivalent:</p>
|
||||||
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
|
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Or, create a symbolic link:</p>
|
<p>Or, create a symbolic link:</p>
|
||||||
<pre><code class="language-sh">ln -Ts $PWD/runtime ~/.config/helix/runtime
|
<pre><code class="language-sh">ln -Tsf $PWD/runtime ~/.config/helix/runtime
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>If the above command fails to create a symbolic link because the file exists either move <code>~/.config/helix/runtime</code> to a new location or delete it, then run the symlink command above again.</p>
|
|
||||||
<h4 id="windows"><a class="header" href="#windows">Windows</a></h4>
|
<h4 id="windows"><a class="header" href="#windows">Windows</a></h4>
|
||||||
<p>Either set the <code>HELIX_RUNTIME</code> environment variable to point to the runtime files using the Windows setting (search for
|
<p>Either set the <code>HELIX_RUNTIME</code> environment variable to point to the runtime files using the Windows setting (search for
|
||||||
<code>Edit environment variables for your account</code>) or use the <code>setx</code> command in
|
<code>Edit environment variables for your account</code>) or use the <code>setx</code> command in
|
||||||
|
|
|
@ -364,9 +364,8 @@ your <code>~/.bashrc</code> or equivalent:</p>
|
||||||
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
|
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Or, create a symbolic link:</p>
|
<p>Or, create a symbolic link:</p>
|
||||||
<pre><code class="language-sh">ln -Ts $PWD/runtime ~/.config/helix/runtime
|
<pre><code class="language-sh">ln -Tsf $PWD/runtime ~/.config/helix/runtime
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>If the above command fails to create a symbolic link because the file exists either move <code>~/.config/helix/runtime</code> to a new location or delete it, then run the symlink command above again.</p>
|
|
||||||
<h4 id="windows-1"><a class="header" href="#windows-1">Windows</a></h4>
|
<h4 id="windows-1"><a class="header" href="#windows-1">Windows</a></h4>
|
||||||
<p>Either set the <code>HELIX_RUNTIME</code> environment variable to point to the runtime files using the Windows setting (search for
|
<p>Either set the <code>HELIX_RUNTIME</code> environment variable to point to the runtime files using the Windows setting (search for
|
||||||
<code>Edit environment variables for your account</code>) or use the <code>setx</code> command in
|
<code>Edit environment variables for your account</code>) or use the <code>setx</code> command in
|
||||||
|
|
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