small docs fixes

This commit is contained in:
Przemo Nowaczyk
2014-10-28 20:57:15 +01:00
parent 1c61486ec3
commit a156691e37
2 changed files with 5 additions and 5 deletions

View File

@@ -62,9 +62,9 @@ Before committing any changes, please link/copy these hooks into your .git
directory. This will keep you from accidentally committing non-gofmt'd go code.
```
cd kubernetes
ln -s hooks/prepare-commit-msg .git/hooks/prepare-commit-msg
ln -s hooks/commit-msg .git/hooks/commit-msg
cd kubernetes/.git/hooks/
ln -s ../../hooks/prepare-commit-msg .
ln -s ../../hooks/commit-msg .
```
## Unit tests