瀏覽代碼

Minor. Changed git clone command in README to use http instead of ssh. (#315)

Alex Man 8 年之前
父節點
當前提交
511a05f228
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -72,7 +72,7 @@ Livy is built using `Apache Maven`_. To check out and build Livy, run:
 
 .. code:: shell
 
-    git clone git@github.com:cloudera/livy.git
+    git clone https://github.com/cloudera/livy.git
     cd livy
     mvn package