From ee103902c141cdc3dce565af453b589fd1fc7a82 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 21 Nov 2022 22:00:04 -0800 Subject: Rewrite in POSIX shell --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b1e6da0..ff57476 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Here is a script and a Makefile for generating a GNU Automake docset for Dash. The script is based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. +Here is a script and a Makefile for generating a GNU Automake docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. - GNU Automake: https://www.gnu.org/software/automake/ - Dash: https://kapeli.com/dash @@ -9,7 +9,7 @@ will be downloaded from www.gnu.org and packaged appropriately. Requirements: +- any POSIX-compliant shell - curl - make -- ruby - sqlite3 -- cgit