Skip to content

Commit 2c4f5a4

Browse files
committed
Include instructions for installing through homebrew
1 parent 65e2f03 commit 2c4f5a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323

2424
## Installation
2525

26+
### Using Homebrew (MacOS and Linux)
27+
28+
You can skip all the below installation steps and simply install it using [homebrew](https://brew.sh/) on MacOS or Linux by running:
29+
30+
```bash
31+
brew tap acceldata-io/odp-tap git@github.com:acceldata-io/odp-tap.git
32+
brew install git_sync
33+
```
34+
2635
### Prerequisites
2736

2837
- [Rust](https://www.rust-lang.org/tools/install). You will need at least Rust 1.86 installed. This has been tested with Rust 1.88 and 1.90.

0 commit comments

Comments
 (0)