gh-pages
pascalkuthe 1 year ago
parent e994ad450c
commit df78c39aa0

@ -309,8 +309,9 @@ the <code>runtime</code> directory within the user's helix config directory (mor
<pre><code class="language-sh">HELIX_RUNTIME=/home/user-name/src/helix/runtime <pre><code class="language-sh">HELIX_RUNTIME=/home/user-name/src/helix/runtime
</code></pre> </code></pre>
<p>Or, create a symlink in <code>~/.config/helix</code> that links to the source code directory:</p> <p>Or, create a symlink in <code>~/.config/helix</code> that links to the source code directory:</p>
<pre><code class="language-sh">ln -s $PWD/runtime ~/.config/helix/runtime <pre><code class="language-sh">ln -Ts $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

@ -318,8 +318,9 @@ the <code>runtime</code> directory within the user's helix config directory (mor
<pre><code class="language-sh">HELIX_RUNTIME=/home/user-name/src/helix/runtime <pre><code class="language-sh">HELIX_RUNTIME=/home/user-name/src/helix/runtime
</code></pre> </code></pre>
<p>Or, create a symlink in <code>~/.config/helix</code> that links to the source code directory:</p> <p>Or, create a symlink in <code>~/.config/helix</code> that links to the source code directory:</p>
<pre><code class="language-sh">ln -s $PWD/runtime ~/.config/helix/runtime <pre><code class="language-sh">ln -Ts $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…
Cancel
Save