Replies: 1 comment
-
Read the build from source documentation carefully. It instructs using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When building from source, Helix won't add itself to path, so trying to run hx will return an error; user needs to run
export PATH=/home/$USER/src/helix/target/release:$PATH
We can either add an entry to the wiki about this or make cargo to update the path
Reproduction Steps
I tried this:
I expected this to happen: Helix opening itself
Instead, this happened: hx: Command not found
Helix log
~/.cache/helix/helix.log
Log is empty
Platform
Linux
Terminal Emulator
kitty
Installation Method
Source
Helix Version
24.07-105-g0a4432b1
Beta Was this translation helpful? Give feedback.
All reactions