diff options
author | J. Brock | 2023-07-17 14:09:30 +0000 |
---|---|---|
committer | GitHub | 2023-07-17 14:09:30 +0000 |
commit | 2fa576b1778ce203286f42d02cf92a50a4d81374 (patch) | |
tree | 64cd9ef08aaf644ad0fbe43854a3283943415a1a /book | |
parent | e7f60611acbfc6b22867240a166fcb7169843ee0 (diff) |
Remove snap aliasing instructions (#7657)
The helix snap now gets aliased to hx by default at installation time,
so manual aliasing should no longer be required.
Signed-off-by: Joseph Brock <joseph.brock@protonmail.com>
Diffstat (limited to 'book')
-rw-r--r-- | book/src/install.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/book/src/install.md b/book/src/install.md index d270ed7a..9c052917 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -113,14 +113,7 @@ Helix is available on [Snapcraft](https://snapcraft.io/helix) and can be install snap install --classic helix ``` -This will install Helix as `/snap/bin/helix` (so make sure `/snap/bin` is in your `PATH`), which is not the preferred invocation (`hx`). -As a workaround you can manually alias the command globally with: - -```sh -snap alias helix hx -``` - -Or, otherwise, just alias in your shell's config. +This will install Helix as both `/snap/bin/helix` and `/snap/bin/hx`, so make sure `/snap/bin` is in your `PATH`. ### AppImage |