From 5cb8e7ef484c996490075bb8eb7a9dbd75ea6c8a Mon Sep 17 00:00:00 2001 From: Nathan Hyde Date: Mon, 24 Aug 2015 16:23:14 -0700 Subject: [PATCH] Format CentOS bullet points in linux-build.md Added whitespace for markdown formatting of CentOS bullet points. --- docs/linux-build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/linux-build.md b/docs/linux-build.md index 1057a244..8f4eaf12 100644 --- a/docs/linux-build.md +++ b/docs/linux-build.md @@ -25,12 +25,12 @@ dependencies will be downloaded, compiled, and installed for you, provided you have sudo/root permissions. The resulting ./rpm/RPMS/x86_64/git-lfs*.rpm Can be installed using ```yum install``` or distributed. --CentOS 7 - build_rpms.bsh will take care of everything. You only need the +- CentOS 7 - build_rpms.bsh will take care of everything. You only need the git-lfs rpm --CentOS 6 - build_rpms.bsh will take care of everything. You will need to +- CentOS 6 - build_rpms.bsh will take care of everything. You will need to distribute both the git-lfs rpms and the git rpms, as CentOS 6 does not have a current enough version available --CentOS 5 - build_rpms.bsh will take care of everything. You only need the +- CentOS 5 - build_rpms.bsh will take care of everything. You only need the git-lfs rpm. When distributing to CentOS 5, they will need git from the epel repo ``` @@ -38,4 +38,4 @@ yum install epel-release yum install git ``` -See ./rpm/INSTALL.md for more detail \ No newline at end of file +See ./rpm/INSTALL.md for more detail