Skip to content

Commit a92fed3

Browse files
committed
Brew support
1 parent 5e0f11b commit a92fed3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/installation.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Installation
22

3-
Eca is written in Clojure and compiled into a native binary via graalvm. You can download the [native binaries from Github Releases](https://github.com/editor-code-assistant/eca/releases) or use the install script for convenience:
3+
Eca is written in Clojure and compiled into a native binary via graalvm. You can download the [native binaries from Github Releases](https://github.com/editor-code-assistant/eca/releases) or use one of the methods below:
4+
5+
## Script (recommended)
46

57
Stable release:
68

@@ -18,3 +20,12 @@ nightly build:
1820
```bash
1921
bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install) --version nightly --dir ~/
2022
```
23+
24+
## Homebrew (MacOS and Linux)
25+
26+
We have a custom tap using the native compiled binaries for users that use homebrew:
27+
28+
```bash
29+
brew install editor-code-assistant/brew/eca
30+
```
31+

0 commit comments

Comments
 (0)