diff --git a/README.md b/README.md index be55e9373845fe26284032c0e4285b6e8317e930..8e889bf4f6eb1d4303cd980badf98db4ca4ab0e5 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