INSTALLon commit Fix a few typos/grammar-o's in the preceding commit. (9a40fcc)
   1
   2HOW TO INSTALL git-subtree
   3==========================
   4
   5You simply need to copy the file 'git-subtree.sh' to where
   6the rest of the git scripts are stored. 
   7
   8From the Git bash window just run:
   9
  10install.sh 
  11
  12Or if you have the full Cygwin installed, you can use make:
  13
  14make install
  15
  16That will make a 'git subtree' (note: space instead of dash) command
  17available.  See the file git-subtree.txt for more.
  18
  19You can also install the man page by doing:
  20
  21        make doc
  22        cp git-subtree.1 /usr/share/man/man1/