From 9cd4c8c1b193e8127efa98960e3e4d4cb2e6fe0f Mon Sep 17 00:00:00 2001 From: Miguel M Date: Mon, 1 May 2023 17:19:25 +0100 Subject: [PATCH] README update --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 9fcc06e..e20ff87 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ The directory is essentially a C project, with auxiliary documentation and scripts. The main executable can be compiled by running the corresponding [sane] recipe: - python3 make.py compile + python3 make.py link This will produce a main.exe executable in the root directory. See all available recipes by running @@ -33,6 +33,7 @@ and read more about [sane]: at https://github.com/mikeevmm/sane. [[Use Instructions]] To use, pipe the input (structured according to the source specification) into -the executable. E.g., +the executable, while specifying the number of outputs and inputs, in that +order. E.g., - cat data/test_mat.txt | ./main.exe \ No newline at end of file + ./main.exe 2 2 2 2 < data/2222_inq.txt \ No newline at end of file