Sfoglia il codice sorgente

docs: added requirements/recommended to README & created doc/author.

Heikki Hokkanen 18 anni fa
parent
commit
577564d677
2 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 10
    0
      doc/README
  2. 1
    0
      doc/author.txt

+ 10
- 0
doc/README Vedi File

@@ -2,3 +2,13 @@ statgit is a statistics generator for revision control systems (for now, only
2 2
 git). It is mostly intended for developers, as a way to check some development
3 3
 statistics for a project.
4 4
 
5
+Requirements
6
+============
7
+- Complete git repository (bare or shallow will *not* do)
8
+- Python
9
+- Git (reasonably new version)
10
+
11
+Recommended
12
+===========
13
+- Lot of memory and fast disk for large projects
14
+

+ 1
- 0
doc/author.txt Vedi File

@@ -0,0 +1 @@
1
+Author can be reached by sending e-mail to <hoxu@users.sf.net>