diff --git a/README.md b/README.md index f010ce28..a485b69a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You'll need Docker installed to run the app locally. cp .env.example .env ``` -Create a new secret for using +Create a new secret using `openssl rand -base64 32` and populate `NEXTAUTH_SECRET` in your `.env` file. Then run: