From 2ba314fd13bf2764b912610cc122cf92eaa9ae21 Mon Sep 17 00:00:00 2001 From: sceox Date: Tue, 17 May 2022 13:16:27 -0700 Subject: [PATCH] make note of ssg dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4154ee9..333b108 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ describes the lanuage syntax The rest of the heavy lifting is done by a modified version of [ssg](https://www.romanzolotarev.com/ssg.html) which is included -in this source code. +in this source code. ssg requires a POSIX /bin/sh, and awk. ## TODOs