瀏覽代碼

use github repo for cloning kamailio source tree with git

Daniel-Constantin Mierla 8 年之前
父節點
當前提交
ae3bf864b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kamailio-install-guide-git/docs/index.md

+ 1 - 1
kamailio-install-guide-git/docs/index.md

@@ -63,7 +63,7 @@ will be stored.
 Download the sources from GIT using the following commands.
 
 ```Shell
-  git clone --depth 1 --no-single-branch git://git.kamailio.org/kamailio kamailio
+  git clone --depth 1 --no-single-branch https://github.com/kamailio/kamailio kamailio
   cd kamailio
 ```