From: Avery Pennarun Date: Wed, 4 Nov 2009 19:50:33 +0000 (-0500) Subject: Add some tips for how to install. X-Git-Tag: v1.7.11-rc0~176^2~31 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c567d9e59fceb93d7334a1414d0a2a9d6f4913de?ds=sidebyside Add some tips for how to install. --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000000..5966dde46c --- /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/ diff --git a/Makefile b/Makefile index bc163dd390..3e97c6246f 100644 --- 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