X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=17363c6a0c900f56a00794f2719d3c5ab8a332fe;hb=9f8f013ac68e715022e64d7f2c977463ce3e58c0;hp=6b6edbac07807d4ec4cf40bb3f060c1700b4d30d;hpb=a3641e4b6b87e09bb6c2e61456992d05d0dcde63;p=fanfix.git diff --git a/README.md b/README.md index 6b6edba..17363c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fanfix is a small Java program that can download stories from some supported websites and render them offline. -(If you are interested in the recent changes, please check the [Changelog](changelog.md).) +(If you are interested in the recent changes, please check the [Changelog](changelog.md) -- note that starting from version 1.4.0, the changelog is checked at startup (unless the option is disabled)) ![Main GUI](screenshots/fanfix-1.3.2.png?raw=true "Main GUI") @@ -77,6 +77,10 @@ Some environment variables are recognized by the program: You can also import the java sources into, say, [Eclipse](https://eclipse.org/), and create a runnable JAR file from there. +There are some unit tests you can run, too: + +```./configure.sh && make build test run-test``` + ### Dependant libraries (included) - libs/nikiroo-utils-sources.jar: some shared utility functions I also use elsewhere