aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2019-04-19 02:21:54 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2019-04-19 02:21:54 +0300
commit54a5a4267090bb80d3337f1aa7419c8ba49c30b7 (patch)
tree0bf93b0b4225664adc421b2c8b27171f00cc3a76 /README.md
parent57e82811588e37b247ece678f503655bd06aa090 (diff)
downloadopenrussian-cli-54a5a4267090bb80d3337f1aa7419c8ba49c30b7.tar.gz
make check: test page generation for all words; various fixes
* using the new `make check` target various bugs have been discovered. All of them were related to missing database fields.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7670db..91249b7 100644
--- a/README.md
+++ b/README.md
@@ -53,11 +53,15 @@ Building is straight forward:
If you want to redownload the latest [openrussian.org](https://en.openrussian.org/)
database:
- make clean all
+ make clean all check
**Warning:** While the database content might be newer, the database schema
might also at any time become incompatible with the existing script.
-But you are of course welcome to contribute fixes/updates. :-)
+That is why a `check` is performed after building everything in the above
+example.
+If it returns lots of errors, you should probably stay with the original database.
+Otherwise, the error messages might help in fixing/upgrading the script.
+You are of course welcome to contribute patches. :-)
## Examples