mirror of https://github.com/aliasrobotics/cai.git
docs: simplify TUI launch section in getting_started
- Remove alternative launch methods for cleaner first steps - Remove 'Launch with Initial Prompt' section - Remove 'Launch with YAML Configuration' section - Focus on basic launch command for new users
This commit is contained in:
parent
2e8d5dabc2
commit
b98995e9b6
|
|
@ -21,21 +21,6 @@ cai --tui
|
|||
|
||||
If your `ALIAS_API_KEY` is not configured, you'll see an authentication error. Don't worry—we'll fix this in the next step.
|
||||
|
||||
### Alternative: Launch with Initial Prompt
|
||||
|
||||
You can start the TUI with a prompt ready to go:
|
||||
|
||||
```bash
|
||||
cai --tui "scan 198.51.100.50 for vulnerabilities"
|
||||
```
|
||||
|
||||
### Alternative: Launch with YAML Configuration
|
||||
|
||||
For advanced setups:
|
||||
|
||||
```bash
|
||||
cai --tui --yaml my-config.yaml
|
||||
```
|
||||
|
||||
## Step 2: Configure Your API Key
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue