diff --git a/README b/README index 2b52e20..b35496e 100644 --- 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.