From a699668ea08bc005e164a4fca79a658f90488f60 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 10 Jul 2025 14:35:18 +0200 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6795683 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# autogram + +Generate self-referential sentences in English or Dutch, reporting how many +times letters of the alphabet occur in it. + +## Dependencies + +- [sqlite3](https://sqlite.org) + +## Build + +`make` + +## Install + +`sudo make install` + +## Documentation + +`man autogram`