Add some tips for how to install.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 4 Nov 2009 19:50:33 +0000 (14:50 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 4 Nov 2009 19:50:33 +0000 (14:50 -0500)
INSTALL [new file with mode: 0644]
Makefile
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..5966dde
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+
+HOW TO INSTALL git-subtree
+==========================
+
+Copy the file 'git-subtree.sh' to /usr/local/bin/git-subtree.
+
+That will make a 'git subtree' (note: space instead of dash) command
+available.  See the file git-subtree.txt for more.
+
+You can also install the man page by doing:
+
+       make doc
+       cp git-subtree.1 /usr/share/man/man1/
index bc163dd39023da94c6a518960eaaa9d3d89d7ef5..3e97c6246f1551269c30ebd2e4b8850f86bc8cda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 default:
        @echo "git-subtree doesn't need to be built."
+       @echo "Just copy it somewhere on your PATH, like /usr/local/bin."
        @echo
        @echo "Try: make doc"
        @false