You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/04/23 11:30:45 UTC

[4/4] incubator-crail git commit: README: give all three options to download src

README: give all three options to download src

Include all three options to download the Crail source:
Apache, github and Apache source distro.

https://issues.apache.org/jira/projects/CRAIL/issues/CRAIL-24

Signed-off-by: Jonas Pfefferle <pe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/749f4420
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/749f4420
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/749f4420

Branch: refs/heads/master
Commit: 749f44206943fcaef0841ed89411013c2dc11d64
Parents: ec26397
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Mon Apr 23 12:54:26 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Mon Apr 23 12:54:26 2018 +0200

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/749f4420/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 33542ef..ce01517 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,9 @@ Crail is implemented in Java offering a Java API which integrates directly with
 
 To build Crail from source using [Apache Maven](http://maven.apache.org/) execute the following steps:
 
-1. Clone Crail from [Github](https://github.com/apache/incubator-crail) or download and unpack the latest source release from [here](https://dist.apache.org/repos/dist/release/incubator/crail/)
+1. (a) Clone from Apache [git](http://git-wip-us.apache.org/repos/asf/incubator-crail.git) or<br/>
+   (b) Clone from [Github](https://github.com/apache/incubator-crail) or<br/>
+   (c) Download and unpack the latest source release from [here](https://dist.apache.org/repos/dist/release/incubator/crail/)
 2. Run: mvn -DskipTests install
 3. Copy tarball to the cluster and unpack it using tar xvfz crail-1.0-bin.tar.gz