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