mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 07:57:16 +08:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -83,6 +83,8 @@ flowchart TB
|
||||
|
||||
## Setup
|
||||
|
||||
### Node.js
|
||||
|
||||
1. Clone the repository
|
||||
2. Install dependencies:
|
||||
|
||||
@@ -100,6 +102,17 @@ FIRECRAWL_KEY="your_firecrawl_key"
|
||||
OPENAI_KEY="your_openai_key"
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
1. Clone the repository
|
||||
2. Rename `.env.example` to `.env.local` and set your API keys
|
||||
|
||||
3. Run the Docker image:
|
||||
|
||||
```bash
|
||||
docker compose run --rm deep-research
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Run the research assistant:
|
||||
|
||||
Reference in New Issue
Block a user