diff --git a/FCNC-Fitter.md b/FCNC-Fitter.md index 1620cdf..d448ee5 100644 --- a/FCNC-Fitter.md +++ b/FCNC-Fitter.md @@ -18,7 +18,13 @@ bash cmake.sh Or just run the code using the [[amazing python tool for running the code|Running the FCNC fitter]], it will take care of the compilation automatically. +# Creating necessary folders +There is a neat bash script for that, just run + +``` +bash makefolders.sh +``` # spdlog Spdlog is a fast logging library. It is made for C++ and consists only of headers. Spdlog is used in FCNCfitter now, as the previous version only used two levels of verbosity (verbose and super verbose) using basic prints. To run the current version of the FCNC fitter it is required to be installed.