Updated readme about submodules

This commit is contained in:
Luxferre
2024-01-23 10:32:31 +02:00
parent 7cfe539eda
commit 0182ea8f52
+4
View File
@@ -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.