浏览代码

doc(readme): further clarify the init example

Mustafa Arici 8 年之前
父节点
当前提交
dc41add650
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -93,7 +93,9 @@ If you just installed the ovpm from scratch you have started the **ovpm server**
 You can do so by invoking;
 
 ```bash
-$ ovpm vpn init -s <your-vpn-server's-fqdn-or-ip-addr>
+# Initialize the server by giving your VPN server's domain or IP address to ovpm.
+
+$ ovpm vpn init -s <domain-or-ip>  
 
 This operation will cause invalidation of existing user certificates.
 After this opeartion, new client config files (.ovpn) should be generated for each existing user.