Skip to content

Commit

Permalink
docs: add brew instructions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored Apr 18, 2024
1 parent cda6efb commit ed587bd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img alt="abctl logo" src="https://avatars.githubusercontent.com/u/59758427?size=200" height="140" />
<h3 align="center">abctl</h3>
<p align="center">Airbyte command line tool for running Airbyte locally.</p>
<p align="center">Airbyte's command line tool for running Airbyte locally.</p>
</p>

---
Expand All @@ -14,11 +14,16 @@

### Installation
Do one of the following:
- Download the latest version of `abctl` from the [releases page](https://github.com/airbytehq/abctl/releases)
- Install `abctl` using `go install`
- Install using `brew`
```shell
brew tap airbytehq/tap
brew install abctl
```
- Install using `go install`
```shell
go install github.com/airbytehq/abctl@latest
```
- Download the latest version of `abctl` from the [releases page](https://github.com/airbytehq/abctl/releases)

### Launch
To launch Airbyte locally with the default settings, simply run
Expand Down Expand Up @@ -74,4 +79,4 @@ Flags:
Global Flags:
--dnt opt out of telemetry data collection

```
```

0 comments on commit ed587bd

Please sign in to comment.