You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/06/27 06:39:17 UTC

[36/50] [abbrv] incubator-livy git commit: Minor. Changed git clone command in README to use http instead of ssh. (#315)

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



Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/511a05f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/511a05f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/511a05f2

Branch: refs/heads/master
Commit: 511a05f2282cd85a457017cc5a739672aaed5238
Parents: 07f6072
Author: Alex Man <al...@users.noreply.github.com>
Authored: Tue Apr 18 12:59:57 2017 -0700
Committer: GitHub <no...@github.com>
Committed: Tue Apr 18 12:59:57 2017 -0700

----------------------------------------------------------------------
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/511a05f2/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index b72dd0f..5e1fa13 100644
--- a/README.rst
+++ b/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