From 4dac5601e5241c9700d7ec003d6a13e86b867534 Mon Sep 17 00:00:00 2001 From: arkml Date: Mon, 31 Mar 2025 15:02:44 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b6ef57..579d818b 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ Before running RowBoat, ensure you have: - Obtain from your OpenAI account. 3. **MongoDB** + - macOS (Homebrew) ```bash brew tap mongodb/brew brew install mongodb-community@8.0 brew services start mongodb-community@8.0 ``` + - Other platforms: Refer to the MongoDB documentation for details. ## Quickstart @@ -33,7 +35,7 @@ Before running RowBoat, ensure you have: ```bash cp .env.example .env ``` - - Update your `.env` file to add you OpenAI API key: + - Open the new .env file and update the OPENAI_API_KEY: ```ini # OpenAI Configuration