We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e2f03 commit 2c4f5a4Copy full SHA for 2c4f5a4
README.md
@@ -23,6 +23,15 @@
23
24
## Installation
25
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
35
### Prerequisites
36
37
- [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