Skip to content

Commit f17e1ea

Browse files
committed
fix(docs): remove git clone from npm installation instructions
Replace repository cloning steps with proper npm package installation. Users can now install globally via npm or use npx directly, which aligns with the npx configuration example.
1 parent af363fc commit f17e1ea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,14 @@ Generate responsive HTML components using houtini-lm for a pricing card with dar
6767

6868
## Installation
6969

70-
### 1. Install Dependencies
70+
### 1. Install the Package
7171

7272
```bash
73-
# Clone the repository
74-
git clone https://github.com/houtini-ai/lm.git
75-
cd lm
73+
# Install globally via npm
74+
npm install -g @houtini/lm
7675

77-
# Install Node.js dependencies
78-
npm install
76+
# Or use npx (no installation required)
77+
npx @houtini/lm
7978
```
8079

8180
### 2. Configure Claude Desktop

0 commit comments

Comments
 (0)