aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle L. Davis2022-07-28 10:37:10 +0000
committerGitHub2022-07-28 10:37:10 +0000
commitcca83af3fdd24f997f459d5c9bc10833f530e8dc (patch)
tree4a980823105a5d6aa14d4031531347eac35ccd12 /README.md
parent9ed9c3faca17cd95615f2aa8ec9a79556dc0560a (diff)
Update README command table (#3224)
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 48c24de7..d3defc1c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Helix
-
[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions)
![Screenshot](./screenshot.png)
@@ -49,11 +48,11 @@ tree-sitter grammars may be manually fetched and built with `hx --grammar fetch`
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).
-| OS | command |
-|-------------------|-----------|
-|windows(cmd.exe) |`xcopy runtime %AppData%/helix/runtime` |
-|windows(powershell)|`xcopy runtime $Env:AppData\helix\runtime` |
-|linux/macos |`ln -s $PWD/runtime ~/.config/helix/runtime`|
+| OS | Command |
+| -------------------- | -------------------------------------------- |
+| Windows (cmd.exe) | `xcopy runtime %AppData%\helix\runtime` |
+| Windows (PowerShell) | `xcopy runtime $Env:AppData\helix\runtime` |
+| Linux/macOS | `ln -s $PWD/runtime ~/.config/helix/runtime` |
This location can be overridden via the `HELIX_RUNTIME` environment variable.
@@ -77,7 +76,7 @@ Helix can be installed on MacOS through homebrew via:
brew tap helix-editor/helix
brew install helix
```
-
+
# Contributing
Contributing guidelines can be found [here](./docs/CONTRIBUTING.md).