From 4b9d89d6bd44e3c0a7923bd93c50e750eb4dce55 Mon Sep 17 00:00:00 2001
From: Roland Ottensamer <roland.ottensamer@univie.ac.at>
Date: Wed, 22 Jul 2020 16:31:43 +0200
Subject: [PATCH] Update README.md

---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c7b9dd9..b4a44a6 100644
--- a/README.md
+++ b/README.md
@@ -2,24 +2,26 @@ CHEOPS Instrument Application Software
 ======================================
 Developed by the University of Vienna, Department of Astrophysics
 
-Version: 1.1 (ee8c36db)
-Date: Sep 25, 2018
-License: MPL2
+Version: 1.1 (ee8c36db)\
+Date: Sep 25, 2018\
+License: MPL2\
 Point of contact: Roland Ottensamer <roland.ottensamer@univie.ac.at>
 
-This is the minimal set of source files to build the PC and the LEON version.
+This is the minimal set of source files to build the PC and the LEON version.\
 In order to do so, use BCC 4.4.2 release 1.0.51 for the LEON and gcc for the PC: 
 
+```
 > cd FwProfile
 > make
 > cd ..
 > cd CrIa
 > make ifsw-dpu
 > make ifsw-pc
+```
 
 Notes:
 - it may be necessary to create an empty build directory CrIa/build first.
 - newer versions of gcc complain about a missing cast to double in AngleMethod.c
 
-Enjoy,
+Enjoy,\
 RO
-- 
GitLab