From 895318c0cd621aad0e43161119e8900f6c7ad9d2 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 6 Aug 2014 08:16:21 -0700 Subject: [PATCH] README.md: word wrap Signed-off-by: Sage Weil --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76aeb4e620086..76a190cf8efca 100644 --- 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 -- 2.39.5