From d81bebec965fcca7a2de548cf7fca05b65b71da7 Mon Sep 17 00:00:00 2001
From: pascalkuthe %userprofile%\src\
on Windows.
RUSTFLAGS="-C target-feature=-crt-static"
Clone the repository:
git clone https://github.com/helix-editor/helix
cd helix
-Compile from source:
cargo install --path helix-term --locked
This command will create the hx
executable and construct the tree-sitter
grammars in the local runtime
folder.
💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch grammars with
hx --grammar fetch
and compile them with diff --git a/master/print.html b/master/print.html index d7f98c9f2..9431a717d 100644 --- a/master/print.html +++ b/master/print.html @@ -296,18 +296,20 @@ Linux and macOS, or%userprofile%\src\
on Windows.RUSTFLAGS="-C target-feature=-crt-static"
-
+- Clone the repository:
-+ +Clone the repository:
-git clone https://github.com/helix-editor/helix cd helix
-
+- Compile from source:
-+ +Compile from source:
cargo install --path helix-term --locked
This command will create the
+hx
executable and construct the tree-sitter grammars in the localruntime
folder.💡 Tree-sitter grammars can be fetched and compiled if not pre-packaged. Fetch grammars with
hx --grammar fetch
and compile them with