diff options
author | Louie S <louie@example.com> | 2023-03-22 18:16:52 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-22 18:16:52 -0700 |
commit | 8ee6bf8240947294b994ff0f883ec481ea86e602 (patch) | |
tree | 4d2052cc5da42687c25df2d2aed1f9ad3c3a8b88 /README.template |
First commit
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.template b/README.template new file mode 100644 index 0000000..8c254e4 --- /dev/null +++ b/README.template @@ -0,0 +1,16 @@ +Here is a script and a Makefile for generating a <NAME> docset for Dash. The script is loosely based on benzado's script for GNU Make https://github.com/benzado/gnu-make-dash-docset. + +- <NAME>: <UPSTREAM LINK> +- Dash: https://kapeli.com/dash + +To generate a docset from the latest edition of the <NAME> Manual, simply +execute `make` from the same directory as this README file. The latest edition +will be downloaded from <UPSTREAM HOST> and packaged appropriately. + +Requirements: + +- any POSIX-compliant shell +- curl +- make +- pup +- sqlite3 |