From 02426072cbe4b6272bf54d89f85598bb79a33729 Mon Sep 17 00:00:00 2001 From: matan h Date: Wed, 20 Apr 2022 01:44:11 +0000 Subject: add table of OS/command for copy/symlink the runtime folder to the config (#2073) * create table of OS and commands in the readme * add link to wiki from health check (without color; just simple println) * move the table from readme to docs and add link from the readme to docs * drop copy on unix,and apply some style fixes from the conversations * by mistake, I edit master insted of develop * remove this file from pr * Update README.md Co-authored-by: Michael Davis * copy table to readme Co-authored-by: Michael Davis --- book/src/install.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'book/src') diff --git a/book/src/install.md b/book/src/install.md index 372ce12a..3329d1c5 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -61,6 +61,11 @@ Helix also needs it's runtime files so make sure to copy/symlink the `runtime/` config directory (for example `~/.config/helix/runtime` on Linux/macOS). This location can be overriden via the `HELIX_RUNTIME` environment variable. +| OS | command | +|-----------|-----------| +|windows |`xcopy runtime %AppData%/helix/runtime`| +|linux/macos|`ln -s $PWD/runtime ~/.config/helix/runtime` + ## Building tree-sitter grammars Tree-sitter grammars must be fetched and compiled if not pre-packaged. -- cgit v1.2.3-70-g09d2