Skip to content

Commit 1c0fc29

Browse files
authored
Added a one line disclaimer that environment variables are optional to run the code on local machine. (#1090)
* Adding description to the environment variables * Adding description to the environment variables * Adding description to the environment variables
1 parent 5564dbf commit 1c0fc29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

INSTALLATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ git submodule update
4949

5050
### Setting Up Environment Variables
5151

52+
This step is optional. Environment variables are not required to run the website on your local development server.
53+
5254
1. Create a new `.env` file by copying the contents of the `.env.example` into `.env` file. Use this command:
5355
```
5456
cp .env.example .env

0 commit comments

Comments
 (0)