浏览代码

update Readme

oz123 12 年之前
父节点
当前提交
1d18f724c7
共有 1 个文件被更改,包括 10 次插入9 次删除
  1. 10 9
      README.md

+ 10 - 9
README.md

@@ -52,22 +52,23 @@ To install:
 
    You can add a parametor for making the password to the config(~/.pwman/config).
 
-   For Example)
-     [Generator]
-     numerics = true
+   For Example:
+     
+      [Generator]
+      numerics = true
      
  * Passwords can be l33tified similarly using the following.
-     [Generator]
-     leetify = true
+     
+      [Generator]
+      leetify = true
  
  * Copying password to X11 or Mac clipbord:
   - On Mac OSX systems copying utilizes `pbcopy`  
   - On X11 Systems  Specify the path to `xsel` if you already have `~/.pwman/config` 
       
-      [Global]
-      xsel = yes
-      xselpath = /usr/bin/xsel
-
+          [Global]
+          xsel = yes
+          xselpath = /usr/bin/xsel
  
      When launching `pwman` for the first time, it will try and look for 
      `xsel` and write the configuration properly.