ソースを参照

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

Heikki Hokkanen 18 年 前
コミット
577564d677
共有2 個のファイルを変更した11 個の追加0 個の削除を含む
  1. 10
    0
      doc/README
  2. 1
    0
      doc/author.txt

+ 10
- 0
doc/README ファイルの表示

@@ -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 ファイルの表示

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