diff --git a/README.md b/README.md index 7b3f1325..c96f180c 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,15 @@ Next, set your OpenAI API key as an environment variable: export OPENAI_API_KEY="your-api-key-here" ``` - > **Note:** This command sets the key only for your current terminal session. To make it permanent, add the `export` line to your shell's configuration file (e.g., `~/.zshrc`). - > - > **Tip:** You can also place your API key into a `.env` file at the root of your project: - > ```env - > OPENAI_API_KEY=your-api-key-here - > ``` - > The CLI will automatically load variables from `.env` (via `dotenv/config`). +> **Note:** This command sets the key only for your current terminal session. To make it permanent, add the `export` line to your shell's configuration file (e.g., `~/.zshrc`). +> +> **Tip:** You can also place your API key into a `.env` file at the root of your project: +> +> ```env +> OPENAI_API_KEY=your-api-key-here +> ``` +> +> The CLI will automatically load variables from `.env` (via `dotenv/config`). Run interactively: