From d43a26ab0d776dbbc1c66177c1d1117d3337f05c Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Tue, 1 Apr 2014 21:54:45 -0700 Subject: [PATCH] Document Debian package building in INSTALL file --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index 3dc4f26..35e4156 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,15 @@ It doesn't matter where you install the git-crypt binary - choose wherever is most convenient for you. +BUILDING A DEBIAN PACKAGE + +Debian packaging can be found in the 'debian' branch of the project +Git repository. The package is built using git-buildpackage as follows: + + $ git checkout debian + $ git-buildpackage -uc -us + + INSTALLING ON MAC OS X Using the brew package manager, simply run: