diff --git a/README.md b/README.md index fb030a6..2118b57 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,18 @@ 1. Clone the repository ```sh - git clone https://github.com/supernova3339/ai-problem-solver.git + git clone https://github.com/supernova3339/aiproblemsolver.git ``` 2. Install dependencies ```sh cd ai-problem-solver npm install ``` -3. Start the development server +3. Configure the application + ```sh + echo "OPENAI_API_KEY" > .env.local + ``` +4. Start the development server ```sh npm run dev ```