From ad3707d9cf3b4dfd6c3d816162203bb136c0d37b Mon Sep 17 00:00:00 2001 From: miro Date: Sat, 11 Apr 2026 07:16:05 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6416e2b..723355e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Here are the dependencies packages of bash, gawk and YAD relate to: * If this Nihongo vocabulary trainer software was installed through a customized install script, or from package manager, running this program should be straight forward. (eg. typing "trainjpnvocab" in terminal or clicking on "Nihongo vocabulary trainer" which is listed in the GUI menu) + * For Nihongo vocabulary trainer software package authenticity verification steps, do these command lines in terminal as following: + gpg --keyserver keys.openpgp.org --recv-keys B0FE91B93C76644B34DF8BA41CC4220333FC5CC2 + gpg --verify mypackage.tar.gz.sig mypackage.tar.gz + ~~~~~~~~~~~~ [Future development] ~~~~~~~~~~~~ There will be some more add-on variety test questions that will help you prove your vocabulary confidence level. So please look forward on the next version. As for now, source code bug fixer are fully welcome. If you can help me improve or make another version of word list in the kanji-and-antonym.txt data file, that would be great too. That's all for now.