From 3bb76a3a62b8a5ab5df1571ecbd922c8d3eb493a Mon Sep 17 00:00:00 2001 From: Flemming Date: Tue, 4 Jan 2022 18:19:44 +0100 Subject: [PATCH] Update Readme to create a local .env (#1313) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d70c00..56caa815 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Logo - +

Cal.com (formerly Calendso)

@@ -29,7 +29,7 @@ License Commits-per-month - Pricing + Pricing Translate Slack

@@ -96,6 +96,7 @@ You will also need Google API credentials. You can get this from the [Google API git clone git@github.com:calendso/calendso.git cd calendso yarn +cp .env.example .env yarn dx ```