From bfe452bf99903f55356744b8cad3047e1385ee46 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 1 Dec 2021 22:59:09 -0500 Subject: readme: add more info for map.tsv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd71711..5dfadda 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ ls $PATH | awk '{ print length, $0 }' | sort -nr | cut -d" " -f2- > binsSorted.t Smarter sorting would be keyboard-layout aware. mapscore.py can do that for you ```sh -./mapScore.py map.txt wordsSorted.txt +./mapScore.py map.tsv wordsSorted.txt ``` -map.txt uses tabs and newlines to create the grid-based layout. +map.tsv uses tabs and newlines to create the grid-based layout. See `map.qwerty.simplegrid.tsv` for a sample of how to format this file. ### alternate formats -- cgit 1.4.1