README: add minimal readme

This commit is contained in:
Jeremy Baxter 2025-04-30 22:40:03 +12:00
parent 06443cde45
commit 95ed1b41dd
2 changed files with 13 additions and 71 deletions

13
README Normal file
View file

@ -0,0 +1,13 @@
This is esv, a program that displays Bible passages on the terminal.
To build, first install the LDC compiler and libcurl.
Configure the build environment, compile and optionally install:
$ ./configure
$ make
# make install
Documentation can be found in the man page esv(1). A quick start guide
is provided at the project's website <https://reformers.dev/esv>.
Written by Jeremy Baxter <jeremy@reformers.dev>