diff --git a/README.md b/README.md index ceda074..3ac2cc7 100644 --- a/README.md +++ b/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: