]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: word wrap
authorSage Weil <sage@redhat.com>
Wed, 6 Aug 2014 15:16:21 +0000 (08:16 -0700)
committerSage Weil <sage@redhat.com>
Wed, 6 Aug 2014 15:16:21 +0000 (08:16 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
README.md

index 76aeb4e620086a9bf32b1c4299cc8371a0b8b454..76a190cf8efcacfdabfcbda8168fab829df79ac3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,9 @@ The list of debian package dependencies can be found in deps.deb.txt:
 
        sudo apt-get install `cat deps.deb.txt`
 
-Note: libsnappy-dev and libleveldb-dev are not available upstream for natty, oneiric, and squeeze.  Backports for Ceph can be found at ceph.com/debian-leveldb.
+Note: libsnappy-dev and libleveldb-dev are not available upstream for
+natty, oneiric, and squeeze.  Backports for Ceph can be found at
+ceph.com/debian-leveldb.
 
 rpm-based
 ---------
@@ -45,9 +47,10 @@ The list of RPM package dependencies can be found in deps.rpm.txt:
 Building Ceph
 =============
 
-Developers, please refer to the [Developer Guide](doc/dev/quick_guide.rst)
-for more information, otherwise, you can build the server daemons, and FUSE client,
-by executing the following:
+Developers, please refer to the [Developer
+Guide](doc/dev/quick_guide.rst) for more information, otherwise, you
+can build the server daemons, and FUSE client, by executing the
+following:
 
        ./autogen.sh
        ./configure
@@ -89,15 +92,16 @@ Building the Documentation
 Prerequisites
 -------------
 
-The list of package dependencies for building the documentation can be found
-in doc_deps.deb.txt:
+The list of package dependencies for building the documentation can be
+found in doc_deps.deb.txt:
 
        sudo apt-get install `cat doc_deps.deb.txt`
 
 Building the Documentation
 --------------------------
 
-To build the documentation, ensure that you are in the top-level `/ceph directory, and execute the build script. For example:
+To build the documentation, ensure that you are in the top-level
+`/ceph directory, and execute the build script. For example:
 
        admin/build-doc