From 8e0c7759be314eaeaf3c2185f5003182dfc99e5e Mon Sep 17 00:00:00 2001 From: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:43:59 -0400 Subject: [PATCH] Update README.md (#2578) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce37e33c..ffdd09c6 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ Here is what you need to be able to run Cal. ```sh yarn ``` + +1. Use `openssl rand -base64 32` to generate a key and add it under `NEXTAUTH_SECRET` in the .env file. #### Quick start with `yarn dx`