浏览代码

replaced git: by https:

Leon Urbas 11 年之前
父节点
当前提交
2f7c3de662
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -47,10 +47,11 @@ $ make install
 
 # Clone open62541
 ```bash
-$ git clone git://github.com/acplt/open62541.git
+$ git clone https://github.com/acplt/open62541.git
 ```
 
-# Building (autogen.sh only first time)
+# Building 
+* use autogen.sh only first time and whenever aclocal.m4 or configure.ac were modified
 ```bash
 $ cd open62541
 $ ./autogen.sh