Merge pull request #3230 from Gaurav-x111/contributor/example-change

docs: add interactive session example to quick start
This commit is contained in:
YeonGyu-Kim
2026-06-08 14:44:43 +09:00
committed by GitHub
+3
View File
@@ -134,6 +134,9 @@ export ANTHROPIC_API_KEY="sk-ant-..."
# 4. Run a prompt
./target/debug/claw prompt "say hello"
# 5. Start an interactive session
./target/debug/claw
```
> [!NOTE]