From cfd807cdcdf40437d6e92a2dd422559fdecce3dc Mon Sep 17 00:00:00 2001 From: Kshithij Iyer Date: Thu, 5 Dec 2019 00:14:05 +0530 Subject: [PATCH] Adding space in front of commands. Adding space in front of the commands to make them consistent throughout the README.md file in the root directory of the project. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34a25f6..3035f30 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Please create a fresh fork or clone if you have an older local clone.** If you are on EPEL 7 or Fedora, the first thing you will need is to install mkdocs, with the following command : - #sudo yum install mkdocs + # sudo yum install mkdocs For Fedora 23+ (run the following in root) - #dnf install python-pip - #pip install mkdocs + # dnf install python-pip + # pip install mkdocs Then you need to run mkdocs from the root of that repository: