-
Hi, I am new to helix and running debian as my OS. After reading documentation, README.md, I found two things:
Thus, I am very confused what it's the recommended way to use helix in debian. Should I compile from source? Should I use Btw, I want to know the most recommended way to install helix in debian. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The answer is The preferred way is usually via a package manager, because that makes it much more convenient to stay up to date. If helix isn't available for any package manager you're using, manually downloading and setting up the published binary (from GitHub) that corresponds to your architecture and OS would be the equivalent. Compiling from source has the benefit that you can get features and fixes that aren't released yet. New versions of helix are published roughly every few months, so if you don't want to wait (or maybe want to contribute) this is the way to go. It's also worth mentioning that the master branch is quite stable for the most part, so it's unlikely that you run into many issues with this option. |
Beta Was this translation helpful? Give feedback.
The answer is
Both ways are fine
😄The preferred way is usually via a package manager, because that makes it much more convenient to stay up to date. If helix isn't available for any package manager you're using, manually downloading and setting up the published binary (from GitHub) that corresponds to your architecture and OS would be the equivalent.
Compiling from source has the benefit that you can get features and fixes that aren't released yet. New versions of helix are published roughly every few months, so if you don't want to wait (or maybe want to contribute) this is the way to go. It's also worth mentioning that the master branch is quite stable for the most part, so it's unlike…