Procházet zdrojové kódy

fix readme

Signed-off-by: ivankelly <ivan@ivankelly.net>
IKEGAMI Hiroyuki před 16 roky
rodič
revize
52999adfcb
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  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
+