summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorMorgan Bauer <mbauer@us.ibm.com>2016-04-28 18:41:45 -0700
committerMorgan Bauer <mbauer@us.ibm.com>2016-04-28 18:45:20 -0700
commite1d3691293c2a3458e56379641cd0b704efca512 (patch)
tree282ad7a528a2cf2d61254165a37cd3513293da23 /development.md
parent2bb6a7ac1c194d4cc082995656d92cdb09f392fd (diff)
more explicit requirements for pre-commit hook
Diffstat (limited to 'development.md')
-rw-r--r--development.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/development.md b/development.md
index 53706cad..415bb490 100644
--- a/development.md
+++ b/development.md
@@ -116,8 +116,11 @@ git remote set-url --push upstream no_push
### Committing changes to your fork
-Before committing any changes, please link/copy these pre-commit hooks into your .git
-directory. This will keep you from accidentally committing non-gofmt'd Go code.
+Before committing any changes, please link/copy the pre-commit hook
+into your .git directory. This will keep you from accidentally
+committing non-gofmt'd Go code. In addition this hook will do a build.
+
+The hook requires both Godep and etcd on your `PATH`.
```sh
cd kubernetes/.git/hooks/