Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonscheiding committed May 6, 2019
1 parent a01cb7c commit 22ecc4b
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@

This repository implements a tool that can be used to generate a usable e-book version of the 2019 "Report On The Investigation Into Russian Interference In The 2016 Presidential Election". The book is generated in MOBI format for Kindles, and EPUB for other e-readers.

### Acknowledgement
I created this because I think every American should read this report, and I wanted to do my part to make that as easy as possible.

## Acknowledgement

This would not have been possible without the hard work of the New York Times transcribing the report. Their version can be found [here](https://www.nytimes.com/interactive/2019/04/18/us/politics/mueller-report-document.html), and includes a lot of helpful annotations as well as an "Explore By Person" index.

## Installation
In respect for the work they put in, I've included their annotations in the generated e-book.

## Download

To download the final e-book, go to the [latest release](https://github.com/jonscheiding/mueller-report-ebook-generator/releases/latest) page.

### Installation for Kindle
### Download for Kindle

1. Download `mueller-ebook.mobi` from the latest release page.
1. Download `mueller-ebook.mobi` from the [latest release](https://github.com/jonscheiding/mueller-report-ebook-generator/releases/latest) page.
2. Plug your Kindle in to your computer. It should show up as an external drive.
3. Copy `mueller-ebook.mobi` into the `documents` folder on your Kindle drive.

Feel free to contribute instructions for other e-readers.

## Development

Clone the repository and run `yarn` to install dependencies.

- To build the e-book, run `yarn build`.
- To make changes, run `yarn start` and then browse to http://localhost:5000.

0 comments on commit 22ecc4b

Please sign in to comment.