We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c5683 commit 997c811Copy full SHA for 997c811
docs/installation.md
@@ -8,6 +8,11 @@ Stable release:
8
bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install)
9
```
10
11
+Or if facing issues with command above:
12
+```bash
13
+curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install | sudo bash
14
+```
15
+
16
nightly build:
17
18
```bash
0 commit comments