1
0
mirror of synced 2026-02-01 04:01:50 -05:00

add instructions to checkout the correct version of airbyte (#1051)

This commit is contained in:
Charles
2020-11-21 19:55:48 -08:00
committed by GitHub
parent f08df42b2b
commit 77c20701ff

View File

@@ -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
```