From e1c60bbac9fc633f9adcf22817f50717e4dddb8a Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 21 Jul 2024 17:44:19 +0100 Subject: [PATCH] Update wording in README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfd5b0c..241e03f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,22 @@ # The Stanford Encyclopedia of Philosophy in ePub -Generate ePub documents for entries in the Stanford Encyclopedia of Philosophy. +Generate ePub documents for entries in the [Stanford Encyclopedia of Philosophy][sep]. ## Building -Simply run `make` to build all articles in the SEP as separate ePub documents. Pass the -`ENABLE_KOBO=1` option for building Kobo ePub files instead (denoted by the `.kepub.epub` extension). +Simply run `make` to build all articles in the SEP as separate ePub documents. You can also build +specific documents by name, e.g.: + +```sh +$ make $(pwd)/build/boolalg-math.epub +``` + +Pass the `ENABLE_KOBO=1` option for building Kobo ePub files (denoted by the `.kepub.epub` +extension) when running `make build`. ## License -All code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file. +All code in this repository is covered by the terms of the MIT License, the full text of which can +be found in the LICENSE file. + +[sep]: https://plato.stanford.edu/