From 3bc3a21f67d134d24a5d81c6bb73a40d83889a15 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Tue, 16 Jan 2024 17:42:51 -0600 Subject: [PATCH] docs: README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae865e..7d2c923 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ A command-line tool for working with the text of Christian scriptures. # Installation -TBD +Visit the [releases](https://github.com/zostay/today/releases) page for latest +binaries for your system. + +Or you can install via the Golang compiler, if you have it installed: + +```shell +go install github.com/zostay/today@latest +``` # Command-Line Usage