Explorar el Código

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

Alex Man hace 8 años
padre
commit
511a05f228
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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