From 77c20701ff253d3622b54742b633dbfcdae20cba Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Nov 2020 19:55:48 -0800 Subject: [PATCH] add instructions to checkout the correct version of airbyte (#1051) --- docs/getting-started-tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-tutorial.md b/docs/getting-started-tutorial.md index 613e7deec01..1ab37a6afd3 100644 --- a/docs/getting-started-tutorial.md +++ b/docs/getting-started-tutorial.md @@ -15,6 +15,8 @@ First of all, make sure you have Docker and Docker Compose installed. Then run t ```text git clone https://github.com/airbytehq/airbyte.git cd airbyte +git fetch --tags +git checkout tags/v0.5.1-alpha docker-compose up ```