mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +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
|
### 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
|
```bash
|
||||||
# Start Plano
|
# Start Plano
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue