From: Sage Weil Date: Thu, 16 Jun 2016 17:44:35 +0000 (-0400) Subject: README.md: get source first (including submodules!) X-Git-Tag: v11.0.0~145^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6041a04e4c5a2cc8360c575b6b2999d9471e8d93;p=ceph.git README.md: get source first (including submodules!) Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index 2e31696cea13..bc73f6ff1c5c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,22 @@ We do not require assignment of copyright to contribute code; code is contributed under the terms of the applicable license. +Checking out the source +======================= + +You can clone from github with + + git clone git@github.com:ceph/ceph + +or, if you are not a github user, + + git clone git://github.com/ceph/ceph + +Ceph contains many git submodules that need to be checked out with + + git submodule update --init --recursive + + Build Prerequisites ===================