From d81bebec965fcca7a2de548cf7fca05b65b71da7 Mon Sep 17 00:00:00 2001 From: pascalkuthe Date: Fri, 30 Jun 2023 15:09:57 +0000 Subject: [PATCH] deploy: 9546e0c0a79eb92d5d8e1dc4489490c9db562070 --- master/install.html | 12 +++++++----- master/print.html | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/master/install.html b/master/install.html index f4bc73b37..b2a4dddd9 100644 --- a/master/install.html +++ b/master/install.html @@ -287,18 +287,20 @@ Linux and macOS, or %userprofile%\src\ on Windows.

RUSTFLAGS="-C target-feature=-crt-static"
 
    -
  1. Clone the repository:
  2. -
+
  • +

    Clone the repository:

    git clone https://github.com/helix-editor/helix
     cd helix
     
    -
      -
    1. Compile from source:
    2. -
    +
  • +
  • +

    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"
     
      -
    1. Clone the repository:
    2. -
    +
  • +

    Clone the repository:

    git clone https://github.com/helix-editor/helix
     cd helix
     
    -
      -
    1. Compile from source:
    2. -
    +
  • +
  • +

    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