Преглед изворни кода

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