]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
README: simplify build deps section 4850/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 3 Jun 2015 21:25:23 +0000 (15:25 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 3 Jun 2015 21:25:23 +0000 (15:25 -0600)
The install-deps.sh step is the same for Debian and RPM-based systems.
Simplify the two README sections into a single section.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
README.md

index 06a69ea4a70d512307cb8d36de55544f521d416f..db891ea91b3d2d71b345c94e1260dccba3dec090 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,23 +26,13 @@ contributed under the terms of the applicable license.
 Build Prerequisites
 ===================
 
-debian-based
-------------
-
-The list of debian packages dependencies can be installed with:
+The list of Debian or RPM packages dependencies can be installed with:
 
        ./install-deps.sh
 
 Note: libsnappy-dev and libleveldb-dev are not available upstream for
 Debian Squeeze.  Backports for Ceph can be found at ceph.com/debian-leveldb.
 
-rpm-based
----------
-
-The list of RPM packages dependencies can be installed with:
-
-       ./install-deps.sh
-
 Building Ceph
 =============