Merge pull request #25 from entireio/soph/homebrew · Entire

Merge pull request #25 from entireio/soph/homebrew

5cd275a→main·

Soph·2mo ago·1 file·+10 added/-3 removed

add homebrew instructions to README.md

Changes

1

32 unmodified lines

33
34
35
36
37
38
39
40
41
42
43
44
45
46
38
39
47
48
49
50
51
52
46
53
54
55
56

32 unmodified lines

## Installation

### Homebrew (macOS, Linux)

```bash
brew tap entireio/tap
brew install --cask git-sync
```

### `go install`

Requires Go 1.26 or newer.

Install the latest release with `go install`:

```bash
go install entire.io/entire/git-sync/cmd/git-sync@latest
```

This drops a `git-sync` binary into `$(go env GOPATH)/bin`. Make sure that directory is on your `PATH`.

Or build from source:
### From source

```bash
git clone https://github.com/entireio/git-sync.git