tracelattice 1.2.5 → 1.2.6
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,8 +17,9 @@ Requires [Node.js](https://nodejs.org/) v18+.
|
|
|
17
17
|
|
|
18
18
|
From the project root:
|
|
19
19
|
|
|
20
|
+
```bash
|
|
21
|
+
npm install -g tracelattice
|
|
20
22
|
```
|
|
21
|
-
> **Tip:** Use `./install.sh --link` for development mode (symlinks instead of copying, rebuild with `npm run build` after changes).
|
|
22
23
|
|
|
23
24
|
## Configure MCP Client
|
|
24
25
|
|