This commit is contained in:
the-mikedavis 2025-01-24 15:04:06 +00:00
parent f10041ff9d
commit ce4c8067b3
4 changed files with 4 additions and 4 deletions

View file

@ -225,7 +225,7 @@ your <code>~/.bashrc</code> or equivalent:</p>
<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
Cmd:</p>
<pre><code class="language-sh">setx HELIX_RUNTIME "%userprofile%\source\repos\helix\runtime"
<pre><code class="language-sh">setx HELIX_RUNTIME "%userprofile%\src\helix\runtime"
</code></pre>
<blockquote>
<p>💡 <code>%userprofile%</code> resolves to your user directory like