From 29b2d3cc88c5660ecb9273705b31081722e78cd0 Mon Sep 17 00:00:00 2001 From: Pete DeJoy <32076749+petedejoy@users.noreply.github.com> Date: Thu, 7 Mar 2019 13:18:22 -0500 Subject: [PATCH] Update README.md (#190) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2d1c4ebed..43a2a0230 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ The Astronomer CLI can be used to build Airflow DAGs locally and run them via Do ## Install +### If you're using Astronomer Cloud or Astronomer Enterprise v0.7.x +- via `curl` + ``` + curl -sSL https://install.astronomer.io | sudo bash -s -- v0.7.5 + ``` +### If you're using Astronomer Enterprise v0.8 - via `curl` ``` curl -sSL https://install.astronomer.io | sudo bash