mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Update README command table (#3224)
This commit is contained in:
parent
9ed9c3faca
commit
cca83af3fd
11
README.md
11
README.md
@ -1,6 +1,5 @@
|
|||||||
# Helix
|
# Helix
|
||||||
|
|
||||||
|
|
||||||
[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions)
|
[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions)
|
||||||
|
|
||||||
![Screenshot](./screenshot.png)
|
![Screenshot](./screenshot.png)
|
||||||
@ -49,11 +48,11 @@ # Installation
|
|||||||
Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
|
Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
|
||||||
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
|
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
|
||||||
|
|
||||||
| OS | command |
|
| OS | Command |
|
||||||
|-------------------|-----------|
|
| -------------------- | -------------------------------------------- |
|
||||||
|windows(cmd.exe) |`xcopy runtime %AppData%/helix/runtime` |
|
| Windows (cmd.exe) | `xcopy runtime %AppData%\helix\runtime` |
|
||||||
|windows(powershell)|`xcopy runtime $Env:AppData\helix\runtime` |
|
| Windows (PowerShell) | `xcopy runtime $Env:AppData\helix\runtime` |
|
||||||
|linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`|
|
| Linux/macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |
|
||||||
|
|
||||||
This location can be overridden via the `HELIX_RUNTIME` environment variable.
|
This location can be overridden via the `HELIX_RUNTIME` environment variable.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user