From fca9522fc05dc1b3662363f5942dd39c27883d44 Mon Sep 17 00:00:00 2001 From: Omar Nomad Date: Thu, 2 Nov 2023 22:57:20 -0300 Subject: [PATCH] remove mobi --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1348047..3fad36a 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,19 @@ **Check out the [releases page] for the latest build, updated daily.** -Download the _complete collection_ of [+200](essays.csv) essays from [Paul Graham] website and export them in [EPUB], [MOBI] and Markdown for easy [AFK] reading. It turned out to be a whooping +500k words. I used the RSS originally made by [Aaron Swartz] [shared] by PG himself, `feedparser`, `html2text`, `htmldate` and `Unidecode` libraries for data cleaning and acquisition. +Download the _complete collection_ of [+200](essays.csv) essays from [Paul Graham] website and export them in [EPUB], and Markdown for easy [AFK] reading. It turned out to be a whooping +500k words. I used the RSS originally made by [Aaron Swartz] [shared] by PG himself, `feedparser`, `html2text`, `htmldate` and `Unidecode` libraries for data cleaning and acquisition. ## Dependencies for MacOS -To create the EPUB/MOBI files you should have installed [python3], [pandoc] and [calibre] for Kindle readers. - -```bash -brew install python@3 -brew install --build-from-source pandoc -brew install --cask calibre -``` +You should have installed [brew] in order to install the dependencies listed in the Makefile. ## Usage -Run the [Makefile](./Makefile) in the root directory using `make all`. +Run the [Makefile](./Makefile) in the root directory using: -https://github.com/ofou/graham-essays/blob/80249f949235c56c87479bdfd4f32063266d3527/Makefile#L5-L45 +```bash +make +``` ### Current Essays @@ -38,10 +34,9 @@ _If you have any ideas, suggestions, curses or feedback in order to improve the [afk]: https://www.grammarly.com/blog/afk-meaning/ [paul graham]: http://www.paulgraham.com/articles.html [aaron swartz]: https://en.wikipedia.org/wiki/Aaron_Swartz -[python3]: https://www.python.org/downloads +[brew]: https://docs.brew.sh/Installation [pandoc]: https://pandoc.org/installing.html [calibre]: https://calibre-ebook.com/ [EPUB]: https://github.com/ofou/graham-essays/releases/download/latest/graham.epub -[MOBI]: https://github.com/ofou/graham-essays/releases/download/latest/graham.mobi [releases page]: https://github.com/ofou/graham-essays/releases/tag/latest [shared]: http://www.paulgraham.com/rss.html