From 4871add3fef4dd19f28a01072e2f0bbc4f2ecb5f Mon Sep 17 00:00:00 2001 From: Alexandru Istrate <38143225+AlexandruIstrate@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:09:10 +0200 Subject: [PATCH] Add info about env file to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 970301e..6b52006 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ git clone https://github.com/AlexandruIstrate/SalaryCalculator # Navigate to the project folder cd SalaryCalculator/salary-calc +# Create a copy of the .env file +cp .env.example .env + # Install the dependencies npm install