2
0

INSTALL 436 B

12345678910
  1. gitstats does not currently need to be installed; it's used right from the
  2. directory (it also assumes some files like the stylesheet are in .)
  3. Suppose you have a git project at /mnt/src/git/project
  4. and you want to save the statistics to ~/public_html/project
  5. You would run:
  6. $ ./gitstats /mnt/src/git/project ~/public_html/project
  7. (go grab a cup of coffee if it's a large project :)
  8. $ sensible-browser ~/public_html/project/index.html