@houtini/lm 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,15 +67,14 @@ Generate responsive HTML components using houtini-lm for a pricing card with dar
|
|
|
67
67
|
|
|
68
68
|
## Installation
|
|
69
69
|
|
|
70
|
-
### 1. Install
|
|
70
|
+
### 1. Install the Package
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
#
|
|
74
|
-
|
|
75
|
-
cd lm
|
|
73
|
+
# Install globally via npm
|
|
74
|
+
npm install -g @houtini/lm
|
|
76
75
|
|
|
77
|
-
#
|
|
78
|
-
|
|
76
|
+
# Or use npx (no installation required)
|
|
77
|
+
npx @houtini/lm
|
|
79
78
|
```
|
|
80
79
|
|
|
81
80
|
### 2. Configure Claude Desktop
|