improve usage - geomyidae-tests - geomyidae tests | |
git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit d0f89b3f0f67b07f4e13c35ed3f14cc94e945b0c | |
parent 286c46753cae16b8748b56b66a50e2c98cd6b6f1 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 22 Jul 2023 19:47:58 +0200 | |
improve usage | |
Diffstat: | |
M Makefile | 1 - | |
M README | 15 ++++++++------- | |
2 files changed, 8 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -12,4 +12,3 @@ help: | |
@printf "1.) Please modify the script to geomyidae in run.sh.\n" | |
@printf "2.) As root (sudo) run: ./run.sh\n" | |
@printf "3.) See the results in ./results\n" | |
- | |
diff --git a/README b/README | |
@@ -1,10 +1,11 @@ | |
-geomyidae testsuite initial prototype | |
+geomyidae tests | |
+--------------- | |
-* run: | |
+Usage | |
+----- | |
+ | |
+run: | |
make | |
- to build the static test.cgi. | |
-* optionally modify the path to the geomyidae directory in the script run.sh | |
-* as root run: | |
- ./run.sh | |
-* then the results are stored in the results/ directory. | |
+ | |
+... and follow the instructions. |