From bc671afaf43c1cc360d61c1fbc3ea2aa3804b220 Mon Sep 17 00:00:00 2001 From: Sanjeed <40694326+sanjeed5@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:41:24 +0530 Subject: [PATCH] Update README.md with docs link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c854b30e1..166f8d80e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ pnpm install cp .env.example .env.local ``` -3. Start the development server: +3. Configure environmental variables by following [documentation](https://next-saas-stripe-starter.vercel.app/docs). + +4. Start the development server: ```sh pnpm run dev