From 87a9b1d1b66e17850ae64cbcf5f3282abbdfb4a7 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 6 Nov 2015 15:52:06 +0000 Subject: Add pre-commit hook and document usage --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index 8b93343..5f52e94 100644 --- a/README +++ b/README @@ -60,6 +60,15 @@ In order to use vmdebootstrap, you'll need a few things: * python-cliapp (see http://liw.fi/cliapp/) * python-distro-info +Testing vmdebootstrap from git +------------------------------ + +There is a strongly recommended git pre-commit hook available +for vmdebootstrap development - it requires the ``cmdtest`` +package:: + + ln -s ../../pre-commit.sh .git/hooks/pre-commit + Running vmdebootstrap from git ------------------------------ -- cgit v1.2.1