1 files changed, 12 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +12 -0
@@ 21,3 21,15 @@ alias j2g="sed 's|.*/html/\(.*\)\.html|gemini://jargon.tardypad.me/\1.gmi|'"
# jargon gemini to web URL
alias j2w="sed 's|.*{URL}/\(.*\)\.gmi|http://www.catb.org/jargon/html/\1.html|'"
```
+
+## Utilities
+
+The [utilities](utilities folder) contains scripts to initialize the Jargon File in Gemini text format
+from the original sources, before only manual changes can be done.
+
+They should be run from the root directory in the following order:
+```
+$ ./utilities/init.sh
+$ ./utilities/extract_glossary.sh
+$ ./utilities/index_glossary.sh
+```