Skip to content

Commit a8463e0

Browse files
author
Nicole Garcia
committed
update readme about how to set the env variables
1 parent f8f5005 commit a8463e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Yo have 2 ways to run this project in dev mode:
8585
- In your project path, open your favourite command line and run the follwing commands: `make build` then `make run` and finally `make logs`. When the project is successfully compiled you can go to `http://localhost:4200/` in your browser. Remember you must have your Docker running.
8686

8787
**Second**:
88-
- First you need to set de environment variables using the next commands
88+
- Set the environment variables executing the following commands:
8989
```bash
9090
set -a
9191
source .env

0 commit comments

Comments
 (0)