mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
update README with install.sh instructions
This commit is contained in:
parent
f63d86f74d
commit
0ee45e7084
1 changed files with 5 additions and 1 deletions
|
|
@ -131,7 +131,11 @@ async def chat(request: Request):
|
|||
|
||||
### 3. Start Plano & Query Your Agents
|
||||
|
||||
**Prerequisites:** Follow the [prerequisites guide](https://docs.planoai.dev/get_started/quickstart.html#prerequisites) to install Plano and set up your environment.
|
||||
**Prerequisites:** Install the Plano CLI:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/katanemo/plano/main/install.sh | bash
|
||||
```
|
||||
|
||||
```bash
|
||||
# Start Plano
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue