File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ target/
1414/test.clj
1515.calva
1616/* .jar
17+ eca.old
1718
1819/.classpath
1920/.project
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ Eca is written in Clojure and compiled into a native binary via graalvm. You can
2828Stable release:
2929
3030``` bash
31- sudo bash <( curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install)
31+ bash <( curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install)
3232```
3333
3434nightly build:
3535
3636``` bash
37- sudo bash <( curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install) --version nightly
37+ bash <( curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install) --version nightly
3838```
3939
4040## Usage
You can’t perform that action at this time.
0 commit comments