]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added CentOS/RHEL install for git.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 10 Jul 2014 18:30:00 +0000 (11:30 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 10 Jul 2014 18:30:00 +0000 (11:30 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/clone-source.rst

index 56ce52f04e5434edfb816379e138d676bd7f3963..e4af3e41c411e1fdc9b26fffb7799749db3ed01a 100644 (file)
@@ -15,10 +15,16 @@ To clone the entire git repository, install and configure ``git``.
 Install Git
 ===========
 
-To install ``git``, execute::
+To install ``git`` on Debian/Ubuntu, execute::
 
        sudo apt-get install git
 
+
+To install ``git`` on CentOS/RHEL, execute::
+
+       sudo yum install git
+
+
 You must also have a ``github`` account. If you do not have a
 ``github`` account, go to `github.com`_ and register.
 Follow the directions for setting up git at