aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-12 13:09:26 +0200
committerGravatar Tom Willemse2014-04-12 13:09:26 +0200
commit03a2fcba7b99f2cd56f105a2818d5fd7d1dff8a1 (patch)
tree8616a9ab6e891f2009b3d6ce0adae945926aa3f5 /INSTALL.org
parent7281969e6eaccc5ec8845436dae5b25269558e31 (diff)
downloadcommit-check-03a2fcba7b99f2cd56f105a2818d5fd7d1dff8a1.tar.gz
commit-check-03a2fcba7b99f2cd56f105a2818d5fd7d1dff8a1.zip
Remove INSTALL, place everything in README
Diffstat (limited to 'INSTALL.org')
-rw-r--r--INSTALL.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/INSTALL.org b/INSTALL.org
deleted file mode 100644
index 1b83c5c..0000000
--- a/INSTALL.org
+++ /dev/null
@@ -1,14 +0,0 @@
-* commit-check Installation Guide
-
-** For manual use
-
- To get this project up and running make sure you have perl
- installed and that commit-check is somewhere in your ~PATH~.
-
-** As git hook
-
- Place the commit-check executable file in the ~.git/hooks~ directory
- of your project, with the name ~commit-msg~. It doesn't need to be
- the actual executable, it can also be a (soft) link to the
- executable, or a script running this program (passing along all
- arguments).