From 98f92d84d6bb7ed1f6fa8d93076de648a657e412 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 10 Jul 2014 11:30:00 -0700 Subject: [PATCH] doc: Added CentOS/RHEL install for git. Signed-off-by: John Wilkins --- doc/install/clone-source.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/install/clone-source.rst b/doc/install/clone-source.rst index 56ce52f04e543..e4af3e41c411e 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 -- 2.39.5