From e5edb1e79d451c9b561819c5ddef1c705d236f8d Mon Sep 17 00:00:00 2001 From: Tyler Myracle Date: Sun, 14 Jan 2024 12:25:56 -0600 Subject: [PATCH] update readme to generate secret --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8052d90..f010ce28 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ You'll need Docker installed to run the app locally. cp .env.example .env ``` -Create a new secret for NEXTAUTH_SECRET in .env using +Create a new secret for using `openssl rand -base64 32` -Then run +and populate `NEXTAUTH_SECRET` in your `.env` file. Then run: ``` yarn install