mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 02:16:18 +04:00
deploy: 598aa7c424
This commit is contained in:
parent
767c5eb487
commit
856e9787c7
@ -178,8 +178,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(cmd.exe)</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
<tr><td>windows(cmd.exe)</td><td><code>xcopy /e 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>windows(powershell)</td><td><code>xcopy /e 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>
|
||||||
|
@ -187,8 +187,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(cmd.exe)</td><td><code>xcopy runtime %AppData%/helix/runtime</code></td></tr>
|
<tr><td>windows(cmd.exe)</td><td><code>xcopy /e 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>windows(powershell)</td><td><code>xcopy /e 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
Block a user