Skip to content

Commit 56300ec

Browse files
committed
docs
1 parent f372302 commit 56300ec

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ An OSS editor agnostic tool that aims to bridge LLMs <-> Editors, giving the bes
1515

1616
## Installation
1717

18-
TODO
18+
Stable release:
19+
20+
```bash
21+
sudo bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install)
22+
```
23+
24+
nightly build:
25+
26+
```bash
27+
sudo bash <(curl -s https://raw.githubusercontent.com/editor-code-assistant/eca/master/install) --version nightly
28+
```
1929

2030
## Usage
2131

0 commit comments

Comments
 (0)