Skip to content

Commit 7bd112a

Browse files
committed
Updated README to include information about npx vs. Global CLI install
1 parent c78bf1d commit 7bd112a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ npx threadlinking init --status
5959
npx threadlinking init --no-interactive
6060
```
6161

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+
6264
### Manual Setup
6365

6466
If you prefer to configure components individually:
@@ -78,10 +80,11 @@ If you prefer to configure components individually:
7880
}
7981
```
8082

81-
**Global CLI install:**
83+
**Global CLI install** (if you want `threadlinking` available as a direct command):
8284
```bash
8385
npm install -g threadlinking
8486
```
87+
After installing, restart your terminal. You can then use `threadlinking` directly instead of `npx threadlinking`.
8588

8689
### What Gets Installed
8790

0 commit comments

Comments
 (0)