From 87e5b2e6556a747c8808dbb5f03cb7a88157d2c5 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 30 Dec 2020 19:37:36 -0600 Subject: [PATCH] Added contribution instructions --- words/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/words/README b/words/README index 5edbb80..5d37430 100755 --- a/words/README +++ b/words/README @@ -16,6 +16,12 @@ Usage To use, simply place in /usr/share/dict. From there, it can be used with a utility such as look. +Contributing +------------ +Add any new words into words-temp! To build the new words file, +run sort words-temp | uniq > words. This will give a sorted list and +make sure that duplicate words weren't added into words-temp. + Portability -----------