docs: add install.md agent setup guide (#1402)

* docs: add install.md agent setup guide

* docs: tighten install.md setup flow

* docs: address copilot review comments
This commit is contained in:
DanielWalnut
2026-03-26 21:39:34 +08:00
committed by GitHub
parent f80d1743ab
commit e1853df06a
6 changed files with 142 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ DeerFlow has newly integrated the intelligent search and crawling toolset indepe
- [Official Website](#official-website)
- [InfoQuest](#infoquest)
- [Table of Contents](#table-of-contents)
- [One-Line Agent Setup](#one-line-agent-setup)
- [Quick Start](#quick-start)
- [Configuration](#configuration)
- [Running the Application](#running-the-application)
@@ -75,6 +76,16 @@ DeerFlow has newly integrated the intelligent search and crawling toolset indepe
- [Key Contributors](#key-contributors)
- [Star History](#star-history)
## One-Line Agent Setup
If you use Claude Code, Codex, Cursor, Windsurf, or another coding agent, you can hand it the setup instructions in one sentence:
```text
Help me clone DeerFlow if needed, then bootstrap it for local development by following https://raw.githubusercontent.com/bytedance/deer-flow/main/Install.md
```
That prompt is intended for coding agents. It tells the agent to clone the repo if needed, choose Docker when available, and stop with the exact next command plus any missing config the user still needs to provide.
## Quick Start
### Configuration