From d584d0e940ad6fcdf4361246f63ff6829ec449e2 Mon Sep 17 00:00:00 2001 From: Andy Cooper Date: Thu, 16 Aug 2018 10:28:02 -0400 Subject: [PATCH] Add docs for installing old versions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1f6c7e060..55337f2f7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ The Astronomer CLI is the recommended way to get started developing and deployin curl -sL https://install.astronomer.io | sudo bash ``` +### Previous Versions + +-via `curl` + ``` + curl -sL https://install.astronomer.io | sudo bash -s -- [TAGNAME] + ``` + +ie + ``` + curl -sL https://install.astronomer.io | sudo bash -s -- v0.3.1 + ``` + ## Getting Started 1. Confirm the install worked: