Skip to content

Commit 61d916b

Browse files
committed
Update README for brew installation
1 parent e534d61 commit 61d916b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This type of branch contains modifications from a specific commit in your workin
2020

2121
## Installing
2222

23+
### From Source
24+
2325
Install the binary from source: execute,
2426

2527
```bash
@@ -28,7 +30,16 @@ $ cd git-ghost
2830
$ make install
2931
```
3032

31-
The binaries of each versions are available in [Releases](/releases).
33+
### Using Homebrew
34+
35+
```bash
36+
$ brew tap pfnet-research/git-ghost
37+
$ brew install git-ghost
38+
```
39+
40+
### Releases
41+
42+
The binaries of each releases are available in [Releases](/releases).
3243

3344
## Getting Started
3445

0 commit comments

Comments
 (0)