Skip to content

Commit 2e899cc

Browse files
authored
chore(documentation) : updated docs for setting up environment variables (#797)
* Added docs for setting up env variables * Updated env docs
1 parent b06a316 commit 2e899cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ git submodule init
4040
git submodule update
4141
```
4242

43+
### Setup Enviroment Variables
44+
45+
1. Create a new `.env` file by copying the contents of the `.env.example` into `.env` file. Use this command:
46+
```
47+
cp .env.example .env
48+
```
49+
2. Open .env and fill in your actual values for each variable.
50+
51+
3. Save the file.
52+
53+
4. Ensure .env is in your .gitignore.
54+
55+
4356
#### Install dependencies
4457

4558
Install dependencies

0 commit comments

Comments
 (0)