docs: update README to use serial in quickstart
Signed-off-by: CagesThrottleUs <manstein.felix@gmail.com>
This commit is contained in:
parent
1765d27083
commit
30c0a9ced9
1 changed files with 2 additions and 2 deletions
|
|
@ -48,10 +48,10 @@ Browse the agents below and copy/adapt the ones you need!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Step 1 -- generate integration files for all supported tools
|
# Step 1 -- generate integration files for all supported tools
|
||||||
./scripts/convert.sh --parallel
|
./scripts/convert.sh
|
||||||
|
|
||||||
# Step 2 -- install interactively (auto-detects what you have installed)
|
# Step 2 -- install interactively (auto-detects what you have installed)
|
||||||
./scripts/install.sh --parallel
|
./scripts/install.sh
|
||||||
|
|
||||||
# Or target a specific tool directly
|
# Or target a specific tool directly
|
||||||
./scripts/install.sh --tool cursor
|
./scripts/install.sh --tool cursor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue