浏览代码

fix readme

Signed-off-by: ivankelly <ivan@ivankelly.net>
IKEGAMI Hiroyuki 16 年之前
父节点
当前提交
52999adfcb
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README

+ 11 - 0
README

@@ -8,3 +8,14 @@ Pwman3 requires the following debian packages:
 To install:
 
 $ python setup.py install
+
+== ikegam's function ==
+
+ * making a password from the numeric character and the alphabet character ([A-Za-z0-9]).
+
+   You can add a parametor for making the password to the config(~/.pwman/config).
+
+   For Example)
+     [Generator]
+     numerics = true
+