commit 0182ea8f52b5cb00ee8b2bc546eb9826ccd166b6
parent 7cfe539edac0ba47d1dfa51aa19806b2a7795e76
Author: Luxferre <lux@ferre>
Date: Tue, 23 Jan 2024 10:32:31 +0200
Updated readme about submodules
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -4,6 +4,10 @@ In this repo, I decided to collect all useful software I have written in AWK
throughout the recent years. All of it is strictly POSIX-compliant. The list
is divided into three directories: engines, games and utils.
+Clone this repo with:
+
+git clone --recurse-submodules git://git.luxferre.top/awk-gold-collection.git
+
Some software contains its own README files, please read them carefully.
Other AWK scripts have the usage described in their comment headers.