From 20aa42ad2c7740d64247e900e02638317b650209 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Tue, 22 Nov 2022 21:45:29 -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 46710fc..1e64579 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Here is a script and a Makefile for generating a GNU Autoconf 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 Autoconf docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. - GNU Autoconf: https://www.gnu.org/software/autoconf/ - 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