diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index d0fa44b..c939730 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ ls $PATH | awk '{ print length, $0 }' | sort -nr | cut -d" " -f2- > binsSorted.t ``` +Alternatively, for performance, you can use a directory with the following format: each file is named with the first and last letters of the contained words. +The script `makeDir.sh` is provided to help create these. + ## output-program * `completelyTypeWord.sh` (included in this repository) will type the characters (besides the first character) using wtype. |
