about summary refs log tree commit diff
path: root/utils/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'utils/README.md')
-rw-r--r--utils/README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/utils/README.md b/utils/README.md
index 035e9c9..b0b326c 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -4,8 +4,20 @@ These are scripts that help me conlang easier.
 
 These scripts are licensed under GPLv3 license.
 
+## Word generation
+
+Requirements: raku
+
 Usage:
 
-```raku
+```sh
 raku genwords.raku <max syllable count> <number of word generated>
 ```
+
+## Generating glyphs
+
+Requirements: raku (JSON::Tiny), python3 (svgutils)
+
+```sh
+raku parse-syllable.raku <syllable> | python3 draw_syllable.py
+```