gh-pages
the-mikedavis 2025-01-23 19:18:19 +00:00
parent 58df111dec
commit 910b804d8f
4 changed files with 4 additions and 6 deletions

View File

@ -219,9 +219,8 @@ your <code>~/.bashrc</code> or equivalent:</p>
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
</code></pre>
<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>
<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>
<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

View File

@ -364,9 +364,8 @@ your <code>~/.bashrc</code> or equivalent:</p>
<pre><code class="language-sh">export HELIX_RUNTIME=~/src/helix/runtime
</code></pre>
<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>
<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>
<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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long