]> mj.ucw.cz Git - xsv.git/commitdiff
README: Suggestions etc.
authorMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 17:22:34 +0000 (19:22 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 17:22:34 +0000 (19:22 +0200)
README

diff --git a/README b/README
index ad7f25fc9c9004691157bc87ab23d0a511427495..727236c7837bf678ed88976b13f788c3e3b68f22 100644 (file)
--- a/README
+++ b/README
@@ -18,3 +18,7 @@ The program has been tested on Linux, but it should run on an arbitrary POSIX
 system with a C99 compiler. (It is possible that some GNUisms remain in the code,
 but they should be easy to fix if needed.) Building of documentation requires
 AsciiDoc (any reasonably recent version should work).
+
+Use "make" to build and "make tests" to run the test suite.
+
+All bug reports and suggestions are welcome, especially when accompanied by patches.