Browse Source

Add some tips for how to install.

maint
Avery Pennarun 16 years ago
parent
commit
c567d9e59f
  1. 13
      INSTALL
  2. 1
      Makefile

13
INSTALL

@ -0,0 +1,13 @@ @@ -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/

1
Makefile

@ -1,5 +1,6 @@ @@ -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

Loading…
Cancel
Save