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
*CaptainHook* is an easy to use and very flexible git hook manager for software developers.
14
14
It enables you to configure your git hook actions in a simple json file and easily share them within your team.
@@ -22,17 +22,17 @@ For more information have a look at the [documentation](https://captainhook-go.g
22
22
23
23
## Installation
24
24
25
-
You can download the application binary for your platform from the [release page](https://github.com/captainhook-go/captainhook/releases/latest"Latest CaptainHook Release").
25
+
You can download the application binary for your platform from the [release page](https://github.com/captainhook-git/captainhook-bin/releases/latest"Latest CaptainHook Release").
26
26
Or use one of the following options.
27
27
28
28
Use `Homebrew` to install *CaptainHook*.
29
29
```bash
30
-
brew tap captainhook-go/captainhook
30
+
brew tap captainhook-git/captainhook-bin
31
31
brew install captainhook
32
32
```
33
33
Use `go install` to install *CaptainHook*.
34
34
```bash
35
-
go install github.com/captainhook-go/captainhook/cmd/captainhook@latest
35
+
go install github.com/captainhook-git/captainhook-bin/cmd/captainhook@latest
0 commit comments