From d6fe2fccc669d91b6eca95580cfe5ee87ef353bd Mon Sep 17 00:00:00 2001 From: Radonirinaunimi Date: Sat, 5 Jun 2021 21:23:56 +0200 Subject: [PATCH] finally update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c220085..b9dca21 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,14 @@ cd builddir meson compile ``` -This will generate a binary called higgs in the `builddir` directory. To run -the code, use one of the run cards in the `runcards` folder as follows: +This will generate two executables called `higgsfo-pt` and `higgsfo-n` in the `builddir` +directory. To run the code, use one of the run cards in the `runcards` folder as follows: ```bash -./higgs ../runcards/inputfile.yaml +./higgsfo-n ../runcards/Higgs-FO-as-N.yaml (for results as a function of N) +./higgsfo-pt ../runcards/Higgs-FO-as-pt.yaml (for results as a function of pt) ``` -Every time changes are made, the code can be re-compiled by running `meson compile` +Every time changes are made, the code can be re-compiled by just running `meson compile` inside the `builddir` directory.