Replies: 4 comments 2 replies
-
You can |
Beta Was this translation helpful? Give feedback.
-
I think this cause to have it installed twice with caused some issue with the themes. I uninstalled it. |
Beta Was this translation helpful? Give feedback.
-
Going forward, you should decide what channel you want to be on, release or master. If you're good with releases, uninstall the one you've built from source and use your distro's package manager to install helix, that should keep it up to date. If you want to be on the bleeding edge or update whenever it suits you, see @the-mikedavis comment. Note that this will never prompt you to update, so you will have to remember to once in a while re-compile or set a reminder :) |
Beta Was this translation helpful? Give feedback.
-
Since I already had a git clone of the repo, it was a matter of creating a branch from the version tag, then running the compile command again. > git fetch --all
> git checkout tags/23.03 -b 23.03
> cargo install --path helix-term --locked
...
> hx --version
helix 23.03 (3cf03723)
> which hx
/home/user/.cargo/bin/hx If you don't want to use the version releases, you would just |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I may be asking a dumb question. I installed Helix on Linux from source (if my memory serves me right) and I'm not sure how I would update Helix.
Beta Was this translation helpful? Give feedback.
All reactions