From f156c5a4b78a7177eaf77f62e3672b277da8b7c1 Mon Sep 17 00:00:00 2001 From: Judah Sotomayor Date: Wed, 18 Sep 2024 08:54:31 -0400 Subject: [PATCH] docs: Updated readme --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 3b896a2..f2a8cf4 100644 --- a/README.org +++ b/README.org @@ -1,13 +1,15 @@ #+title: Readme * ESV license notes The ESV license doesn't allow me to distribute copies of the ESV with this project. -I've requested permission, but in the meantime the project will automatically download a copy of the ESV from the [[https://bolls.life/api/][Bolls api]]. +Therefore, this project has a derivation to fetch a copy and convert it appropriately. -* Install +* Build +Previous versions of this script used a Makefile. +The current version uses a nix flake, because I wanted practice writing flakes. #+begin_src shell git clone https://git.freedomland.xyz/judahsotomayor/esv cd esv -sudo make install +nix build #+end_src * Use