aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-07-07 16:53:56 +0200
committerTom Smeding <tom@tomsmeding.com>2024-07-07 16:53:56 +0200
commitb8d7b530070d45482756a27be367bef5c1b735e0 (patch)
treeb9e72ccd0517fdb34c466864d97b08facfb7ce1c /README.txt
parent4b500bd4c69b481a611a61e72795c450120a6a7c (diff)
Kanji completion basically working
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index c93cbe1..b54816a 100644
--- a/README.txt
+++ b/README.txt
@@ -12,5 +12,6 @@ Put the result in a CSV (say "database.csv") with 5 columns. It can be
ascertained that the data from the spreadsheet does not contain commas in the
selected columns, so the CSV conversion is safe.
-Then
- $ cabal run process-database.hs -- database.csv
+Then:
+ $ ./process-database.hs database.csv database.bin
+creates the indexed database file that is read by the vim script.