Pārlūkot izejas kodu

Added doc/INSTALL.

Heikki Hokkanen 18 gadus atpakaļ
vecāks
revīzija
851296a4d7
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10
    0
      doc/INSTALL

+ 10
- 0
doc/INSTALL Parādīt failu

@@ -0,0 +1,10 @@
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
+
4
+Suppose you have a git project at /mnt/src/git/project
5
+and you want to save the statistics to ~/public_html/project
6
+
7
+You would run:
8
+$ ./gitstats /mnt/src/git/project ~/public_html/project
9
+(go grab a cup of coffee if it's a large project :)
10
+$ sensible-browser ~/public_html/project/index.html