From cc19d3ab3a127ffd47d2dcbc8705cf212757b8a3 Mon Sep 17 00:00:00 2001
From: Dominik Smith <d.smith@gsi.de>
Date: Mon, 10 Aug 2020 15:57:03 +0200
Subject: [PATCH] Applied some formatting to README.md

---
 README.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 4b943aed..a976dc1c 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
-Installation Instructionsfor for CbmRoot 
-*****************************************
+Installation Instructions for for CbmRoot 
+=========================================
 
-1. Dependencies
+# 1. Dependencies
 
-1.1 Compiler
+## 1.1 Compiler
 
 To be able to compile CbmRoot a compiler with full C++11 support is needed. 
 GCC since version 4.8 and clang since version 3.4 are known to work without
 problems. 
 
-1.2 FairSoft
+## 1.2 FairSoft
 
 To install, compile, and run CbmRoot several external programs are required. 
 This are for example Root, Geant3 or Geant4. The complete list can be found 
@@ -49,7 +49,7 @@ wiki page
 
   https://redmine.cbm.gsi.de/projects/cbmroot/wiki/RunCbmGSI
 
-1.3 FairRoot
+## 1.3 FairRoot
 
 CbmRoot is based on FairRoot, a package which meanwhile serves several
 experiments as base for their developments. Beside FairSoft you need also
@@ -60,7 +60,7 @@ following webpage
 
   https://redmine.cbm.gsi.de/projects/cbmroot/wiki/InstallFairRoot
 
-2. Recommended versions
+# 2. Recommended versions
 
 GCC  : >= 4.8
   or
@@ -70,8 +70,7 @@ FairSoft: may16p1
 
 FairRoot: v-16.06b
 
-
-3. Automatic installation
+# 3. Automatic installation
 
 To make the installation more easy we provide a script which automatically
 gets and installs FairSoft, FairRoot, and CbmRoot in one go. The script
@@ -85,7 +84,7 @@ directory is
 
   ./autoinstall_framework.sh 1 1 1
 
-4. Further remarks
+# 4. Further remarks
 
 Compiling CbmRoot with multicore support using "make -j", without 
 specifying the number of threads is known to cause MacOS and Ubuntu 
-- 
GitLab