Skip to content

Commit

Permalink
Add info about env file to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Feb 4, 2024
1 parent 7eea8e7 commit 4871add
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4871add

Please sign in to comment.