You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,12 @@ Download the tarball for Linux from [releases](https://github.com/neel1996/gitco
44
44
45
45
After setting up the dependency libs, just run `gitconvex` from the terminal to start gitconvex
46
46
47
+
Gitconvex is also available as a [homebrew](https://brew.sh/) tap which can be easily installed using the following command (provided [brew](https://brew.sh/) is already installed on the linux machine)
48
+
49
+
```shell
50
+
> brew install itassistors/taps/gitconvex
51
+
```
52
+
47
53
## MacOS
48
54
49
55
Gitconvex is readily available as a [Homebrew](https://brew.sh/) Tap on github. Run the following command to download & install gitconvex on the go
0 commit comments