From 2cafe2d98e1f298819afa771a0dfd942e097b261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Fri, 15 Apr 2022 20:12:24 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 423c3fa72a..0e71b8f401 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,6 @@ Here is what you need to be able to run Cal. cd cal.com ``` -1. Copy `apps/web/.env.example` to `apps/web/.env` - - ```sh - cp apps/web/.env.example apps/web/.env - cp packages/prisma/.env.example packages/prisma/.env - ``` - 1. Install packages with yarn ```sh @@ -126,10 +119,10 @@ yarn dx #### Development tip -> Add `NEXT_PUBLIC_DEBUG=1` anywhere in your `apps/web/.env` to get logging information for all the queries and mutations driven by **trpc**. +> Add `NEXT_PUBLIC_DEBUG=1` anywhere in your `.env` to get logging information for all the queries and mutations driven by **trpc**. ```sh -echo 'NEXT_PUBLIC_DEBUG=1' >> apps/web/.env +echo 'NEXT_PUBLIC_DEBUG=1' >> .env ``` #### Manual setup