mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
deploy: 0eba0db4a0
This commit is contained in:
parent
4baa8a60a7
commit
9898fdd647
@ -225,8 +225,9 @@ via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||
<p>Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires
|
||||
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.</p>
|
||||
<p><strong>PowerShell:</strong></p>
|
||||
<pre><code class="language-powershell">New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
<pre><code class="language-powershell">New-Item -ItemType Junction -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
</code></pre>
|
||||
<p>Note: "runtime" must be the absolute path to the runtime directory.</p>
|
||||
<p><strong>Cmd:</strong></p>
|
||||
<pre><code class="language-cmd">cd %appdata%\helix
|
||||
mklink /D runtime "<helix-repo>\runtime"
|
||||
|
@ -234,8 +234,9 @@ via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||
<p>Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires
|
||||
elevated privileges - i.e. PowerShell or Cmd must be run as administrator.</p>
|
||||
<p><strong>PowerShell:</strong></p>
|
||||
<pre><code class="language-powershell">New-Item -ItemType SymbolicLink -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
<pre><code class="language-powershell">New-Item -ItemType Junction -Target "runtime" -Path "$Env:AppData\helix\runtime"
|
||||
</code></pre>
|
||||
<p>Note: "runtime" must be the absolute path to the runtime directory.</p>
|
||||
<p><strong>Cmd:</strong></p>
|
||||
<pre><code class="language-cmd">cd %appdata%\helix
|
||||
mklink /D runtime "<helix-repo>\runtime"
|
||||
|
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
Block a user