From 60127caea5e5a3f702e001c8003e7f6d1f68d82f Mon Sep 17 00:00:00 2001 From: frankcash Date: Tue, 26 Mar 2019 20:10:03 -0400 Subject: [PATCH] updates README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d69b381..d79f2f8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A project for maintaining ETLs with Apache's Airflow. +## Running with Docker Compose + +`docker-compose up --build` + +## Running Locally + ### Getting dependencies installed ```