From 0182ea8f52b5cb00ee8b2bc546eb9826ccd166b6 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 23 Jan 2024 10:32:31 +0200 Subject: [PATCH] Updated readme about submodules --- README | 4 ++++ 1 file changed, 4 insertions(+) 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.