Update README.md

This commit is contained in:
Samuel Jędrzejewski
2025-02-07 02:54:57 +01:00
parent 32a6f3fb5f
commit 4ecb445166

View File

@@ -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: