Skip to content

Commit b7bda78

Browse files
committed
update README.md
1 parent e1d6c80 commit b7bda78

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ Any files or folders marked with `^` can be extended, but carefully.
106106
├── utils.py * # Utility function to get the minikube gateway IP required for testing.
107107
├── docker_config.py * # Utility function to get the docker image name based on your project.
108108
├── kube_config_inline * # This file is needed for Airflow to communicate with Minikube when testing locally in a prod env.
109-
└── dockerfiles/ * # Dockerfiles and compose files
109+
├── airflow_test.cfg * # This file is needed for testing your airflow dags.
110+
├── Dockerfile ^ # Dockerfile for your package.
111+
└── dockerfiles/ * # Dockerfiles required by Docker compose
110112
```
111113

112114

@@ -253,7 +255,7 @@ Once the pre-requisites are done, you can go ahead with the project creation:
253255
When prompted for input, enter the details requested. If you dont provide any
254256
input for a given choice, the first choice from the list is taken as the default.
255257

256-
Once the project is created, please read the README.md from that.
258+
Once the project is created, please read the [user guide](https://bcdev.github.io/gaiaflow/dev/).
257259

258260

259261
## Troubleshooting

0 commit comments

Comments
 (0)