diff options
Diffstat (limited to 'ktouch/extras/training-gen/c/README')
-rw-r--r-- | ktouch/extras/training-gen/c/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ktouch/extras/training-gen/c/README b/ktouch/extras/training-gen/c/README new file mode 100644 index 00000000..230ed429 --- /dev/null +++ b/ktouch/extras/training-gen/c/README @@ -0,0 +1,8 @@ +To get files with words: +$ aspell dump master hash_file + +Compile the program: +$ gcc ktouchgen.c -o ktouchgen + +Run the program: +$ ./ktouchgen english_conf english_word english.ktouch |