Skip to content

Commit

Permalink
README.md: word wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Aug 6, 2014
1 parent 500b95e commit 895318c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 895318c

Please sign in to comment.