mirror of https://github.com/helix-editor/helix
deploy: 244825b9e1
parent
6dfce28dec
commit
db3658976a
|
@ -175,7 +175,8 @@ cargo install --path helix-term
|
||||||
config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). This location can be overridden
|
config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). This location can be overridden
|
||||||
via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||||
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>command</th></tr></thead><tbody>
|
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>command</th></tr></thead><tbody>
|
||||||
<tr><td>windows</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
<tr><td>windows(cmd.exe)</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
||||||
|
<tr><td>windows(powershell)</td><td><code>xcopy runtime $Env:AppData\helix\runtime</code></td></tr>
|
||||||
<tr><td>linux/macos</td><td><code>ln -s $PWD/runtime ~/.config/helix/runtime</code></td></tr>
|
<tr><td>linux/macos</td><td><code>ln -s $PWD/runtime ~/.config/helix/runtime</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -183,7 +183,8 @@ cargo install --path helix-term
|
||||||
config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). This location can be overridden
|
config directory (for example <code>~/.config/helix/runtime</code> on Linux/macOS). This location can be overridden
|
||||||
via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
via the <code>HELIX_RUNTIME</code> environment variable.</p>
|
||||||
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>command</th></tr></thead><tbody>
|
<div class="table-wrapper"><table><thead><tr><th>OS</th><th>command</th></tr></thead><tbody>
|
||||||
<tr><td>windows</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
<tr><td>windows(cmd.exe)</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
||||||
|
<tr><td>windows(powershell)</td><td><code>xcopy runtime $Env:AppData\helix\runtime</code></td></tr>
|
||||||
<tr><td>linux/macos</td><td><code>ln -s $PWD/runtime ~/.config/helix/runtime</code></td></tr>
|
<tr><td>linux/macos</td><td><code>ln -s $PWD/runtime ~/.config/helix/runtime</code></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
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