Skip to content

Commit

Permalink
Docs: improve getting started (#12564)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed May 4, 2022
1 parent 341ef12 commit 0bc3298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
docker-compose up
docker-compose -f docker-compose.yaml up
```

Once you see an Airbyte banner, the UI is ready to go at [http://localhost:8000/](http://localhost:8000/).
Expand Down

0 comments on commit 0bc3298

Please sign in to comment.