Installation#
Eca is written in Clojure and compiled into a native binary via graalvm. You can download the native binaries from Github Releases or use the install script for convenience:
Stable release:
bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install)
Or if facing issues with command above:
curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install | sudo bash
nightly build:
bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install) --version nightly --dir ~/