You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ npx threadlinking init --status
59
59
npx threadlinking init --no-interactive
60
60
```
61
61
62
+
> **Note:**`npx` runs threadlinking without installing it globally. You'll need to use `npx threadlinking` for each command. If you prefer using `threadlinking` directly, run `npm install -g threadlinking` (see Global CLI install below).
63
+
62
64
### Manual Setup
63
65
64
66
If you prefer to configure components individually:
@@ -78,10 +80,11 @@ If you prefer to configure components individually:
78
80
}
79
81
```
80
82
81
-
**Global CLI install:**
83
+
**Global CLI install** (if you want `threadlinking` available as a direct command):
82
84
```bash
83
85
npm install -g threadlinking
84
86
```
87
+
After installing, restart your terminal. You can then use `threadlinking` directly instead of `npx threadlinking`.
0 commit comments