Browse Source

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

Alex Man 8 years ago
parent
commit
511a05f228
1 changed files with 1 additions and 1 deletions
  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
 .. code:: shell
 
 
-    git clone git@github.com:cloudera/livy.git
+    git clone https://github.com/cloudera/livy.git
     cd livy
     cd livy
     mvn package
     mvn package