Signed-off-by: Sage Weil <sage@redhat.com>
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
===================