README update

This commit is contained in:
Miguel M 2023-05-01 17:19:25 +01:00
parent f8e81d6b7d
commit 9cd4c8c1b1
1 changed files with 4 additions and 3 deletions

7
README
View File

@ -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 scripts. The main executable can be compiled by running the corresponding
[sane] recipe: [sane] recipe:
python3 make.py compile python3 make.py link
This will produce a main.exe executable in the root directory. This will produce a main.exe executable in the root directory.
See all available recipes by running See all available recipes by running
@ -33,6 +33,7 @@ and read more about [sane]: at https://github.com/mikeevmm/sane.
[[Use Instructions]] [[Use Instructions]]
To use, pipe the input (structured according to the source specification) into 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 ./main.exe 2 2 2 2 < data/2222_inq.txt