Преглед на файлове

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
+