From 33cb4ccd58bbf47b77a2e5a5131f478a55dcf857 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 18 Mar 2023 11:43:42 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b87965..135419d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ To run this project you will need: ``` git clone https://github.com/lukevella/rallly-selfhosted.git +cd rallly-selfhosted ``` ### 2. Add required config @@ -34,8 +35,7 @@ In the root of this project you will find a file called `config.env`. This is wh Start by generating a secret key. **Muste be at least 32-characters long**. ```sh -# You can try running this command to generate a random string -openssl rand -base64 64 | tr -d '\n' ; echo +openssl rand -base64 32 ``` Open `config.env` and set `SECRET_PASSWORD` to your secret key.