From be0598ae3a10dc5a2aa3dca5201ce8a21fa7b5f1 Mon Sep 17 00:00:00 2001
From: Leon Dietrich <doralitze@chaotikum.org>
Date: Fri, 7 Dec 2018 21:14:14 +0100
Subject: [PATCH] fix: code segments of README.md

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be55e93..8e889bf 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,12 @@
 
 ## compiling
  In order to compile rmrf you need to invoke
- ´´´make all´´´
+ <code>make all</code>
  This requires the following:
   * an POSIX compatible OS
   * an C++17 compatible compiler
   * libncurses-dev
   * libopenssl
- 
- There is no ./configure nor make install yet.
\ No newline at end of file
+  * boost (as long as you plan to run the tests)
+
+ There is no <code>./configure</code> nor <code>make install</code> yet.
\ No newline at end of file
-- 
GitLab