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 c824e8a commit bdf2da0Copy full SHA for bdf2da0
README.md
@@ -10,14 +10,13 @@ In other words, captain-hook allows us to express each git hook as a
10
11
# Installation
12
13
-Recommended installation is through git submodules. In the root of
14
-your repository:
+Add captain-hook to your repository as a git submodule:
15
16
mkdir -p hooks
17
git submodule add https://github.com/ericcrosson/captain-hook hooks/captain-hook
18
hooks/captain-hook/setup
19
20
-This creates the following directory structure:
+Invoke `setup` to create the following directory structure:
21
22
▲ tree -I captain-hook
23
.
0 commit comments