Whamcloud - gitweb
LU-9183 llite: handle flags as argument for inode_operations->rename
[fs/lustre-release.git] / README
diff --git a/README b/README
index f2a8b05..f1118fb 100644 (file)
--- a/README
+++ b/README
@@ -18,4 +18,6 @@ In order to improve the quality of patches submitted to the Lustre tree,
 it is possible to automatically check every patch and commit against the
 Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:
 
-    cp build/{prepare-,}commit-msg .git/hooks/
+    cd .git/hooks
+    ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
+    cd ../..