Browse Source

fix readme

Signed-off-by: ivankelly <ivan@ivankelly.net>
IKEGAMI Hiroyuki 16 years ago
parent
commit
52999adfcb
1 changed files with 11 additions and 0 deletions
  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
+