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>
This commit is contained in:
parent
e7f60611ac
commit
2fa576b177
1 changed files with 1 additions and 8 deletions
|
@ -113,14 +113,7 @@ Helix is available on [Snapcraft](https://snapcraft.io/helix) and can be install
|
||||||
snap install --classic helix
|
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`).
|
This will install Helix as both `/snap/bin/helix` and `/snap/bin/hx`, so make sure `/snap/bin` is in your `PATH`.
|
||||||
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.
|
|
||||||
|
|
||||||
### AppImage
|
### AppImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue