From 11d7441e8724b6fb9c421c97ce117eaa12441cea Mon Sep 17 00:00:00 2001 From: Valerio Bertone Date: Mon, 15 Apr 2024 11:37:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b6634c1e..82fd93408 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/your/installation/path/ .. make && make install ``` -By the default, if no prefix is given, the program will -be installed in the /usr/local folder. If you want (or need) to use a +By default, if no prefix is given, the program will +be installed in the `/usr/local` folder. If you want (or need) to use a different path, remember to export the APFEL++ `/lib` and `/bin` folders into the `$LD_LIBRARY_PATH` and `$PATH`, respectively. More configuration options can be accessed by typing: