mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
docs: add Claude-assisted install option to Get Started section
This commit is contained in:
parent
b025124ba7
commit
a247d685ef
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ graph LR
|
|||
|
||||
## Get Started
|
||||
|
||||
**Fastest way:** Just give Claude the repo URL and let it handle everything:
|
||||
|
||||
```
|
||||
Install and set up pbi-cli from https://github.com/MinaSaad1/pbi-cli.git
|
||||
```
|
||||
|
||||
**Or install manually:**
|
||||
|
||||
```bash
|
||||
pip install pbi-cli-tool # 1. Install
|
||||
pbi setup # 2. Download the MCP binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue