mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Update install notes
This commit is contained in:
parent
4f56a8e248
commit
67b1cd32c7
@ -42,6 +42,9 @@ # Installation
|
|||||||
runtime inside the same folder as the executable, but that can be overriden via
|
runtime inside the same folder as the executable, but that can be overriden via
|
||||||
the `HELIX_RUNTIME` environment variable.
|
the `HELIX_RUNTIME` environment variable.
|
||||||
|
|
||||||
|
> NOTE: You should set this to <path to repository>/runtime in development (if
|
||||||
|
> running via cargo).
|
||||||
|
|
||||||
## Arch Linux
|
## Arch Linux
|
||||||
There are two packages available from AUR:
|
There are two packages available from AUR:
|
||||||
- `helix-bin`: contains prebuilt binary from GitHub releases
|
- `helix-bin`: contains prebuilt binary from GitHub releases
|
||||||
|
@ -6,10 +6,7 @@ ## OSX
|
|||||||
|
|
||||||
TODO: brew tap
|
TODO: brew tap
|
||||||
|
|
||||||
```
|
Please use a pre-built binary release for the time being.
|
||||||
$ brew tap helix-editor/helix
|
|
||||||
$ brew install helix
|
|
||||||
```
|
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
@ -21,7 +18,9 @@ ### NixOS
|
|||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
A binary package is available on AUR as [helix-bin](https://aur.archlinux.org/packages/helix-bin/).
|
Binary packages are available on AUR:
|
||||||
|
- [helix-bin](https://aur.archlinux.org/packages/helix-bin/) contains the pre-built release
|
||||||
|
- [helix-git](https://aur.archlinux.org/packages/helix-git/) builds the master branch
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user