Skip to content

Commit cc791bd

Browse files
committed
Update installation section in README with install script options
- Add ./install.sh local installation option - Add curl command for remote installation - Keep existing pip installation method
1 parent a0f9947 commit cc791bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ CAM supports **13 AI coding assistants**:
9898
# Install via pip (Python 3.9+)
9999
pip install code-assistant-manager
100100

101-
# Or install from source
102-
git clone https://github.com/Chat2AnyLLM/code-assistant-manager.git
103-
cd code-assistant-manager
104-
pip install -e ".[dev]"
101+
# Or install using the install script
102+
./install.sh
103+
104+
# Or install directly from the web
105+
curl -fsSL https://raw.githubusercontent.com/Chat2AnyLLM/code-assistant-manager/main/install.sh | bash
105106
```
106107

107108
## Quick Start

0 commit comments

Comments
 (0)