From 0573fcf5cb1f7b1c33b0e8277179104c12f7de3c Mon Sep 17 00:00:00 2001 From: Ahmed Mohamed Abo 6 Date: Sat, 20 Nov 2021 19:09:26 +0200 Subject: [PATCH] export in wnidows is set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1308cc9..b21b034 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To run this project you will need to set your environment variables. 1. Create a new file named `.env` inside the `djcrm` folder 2. Copy all of the variables inside `djcrm/.template.env` and assign your own values to them -3. Run `export READ_DOT_ENV_FILE=True` inside your terminal so that your environment variables file will be read. +3. Run `export READ_DOT_ENV_FILE=True` inside your terminal so that your environment variables file will be read. // use set for windows