Skip to content

Commit

Permalink
Added a one line disclaimer that environment variables are optional t…
Browse files Browse the repository at this point in the history
…o 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
  • Loading branch information
AnithaKraman authored Nov 8, 2024
1 parent 5564dbf commit 1c0fc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ git submodule update

### Setting Up Environment Variables

This step is optional. Environment variables are not required to run the website on your local development server.

1. Create a new `.env` file by copying the contents of the `.env.example` into `.env` file. Use this command:
```
cp .env.example .env
Expand Down

0 comments on commit 1c0fc29

Please sign in to comment.