Skip to content

Commit 0921758

Browse files
committed
update readme
1 parent 505f6e5 commit 0921758

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ ECA (Editor Code Assistant) is an AI-powered pair-programming tool that works wi
1919
# Install the plugin
2020
mise plugin install eca https://github.com/CsBigDataHub/mise-eca-plugin
2121

22-
# Install ECA
23-
mise install eca@latest
24-
mise use eca@latest
22+
# Install latest version ECA
23+
mise install eca
24+
mise use -g eca
25+
26+
# or install and use
27+
# desired version
28+
mise install [email protected]
29+
mise use -g [email protected]
2530

2631
# Verify installation
2732
eca --version

0 commit comments

Comments
 (0)