From: John Wilkins Date: Thu, 10 Jul 2014 18:30:00 +0000 (-0700) Subject: doc: Added CentOS/RHEL install for git. X-Git-Tag: v0.84~127 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=98f92d84d6bb7ed1f6fa8d93076de648a657e412;p=ceph.git doc: Added CentOS/RHEL install for git. Signed-off-by: John Wilkins --- diff --git a/doc/install/clone-source.rst b/doc/install/clone-source.rst index 56ce52f04e54..e4af3e41c411 100644 --- a/doc/install/clone-source.rst +++ b/doc/install/clone-source.rst @@ -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