Skip to content

Commit 5080a78

Browse files
committed
Fix docs
1 parent 40f2f6c commit 5080a78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target/
1414
/test.clj
1515
.calva
1616
/*.jar
17+
eca.old
1718

1819
/.classpath
1920
/.project

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Eca is written in Clojure and compiled into a native binary via graalvm. You can
2828
Stable 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

3434
nightly 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

0 commit comments

Comments
 (0)