change kindlegen url

This commit is contained in:
daniel-j
2023-12-08 19:39:59 +01:00
parent c45ad7b44f
commit 3ba40132a4
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ A self hostable service for sending ebooks to a Kobo or Kindle ereader through t
1. Have Node.js 16 or 20 installed
2. Install this service's dependencies by running `$ npm install`
3. Install [Kepubify](https://github.com/pgaskin/kepubify), and have the kepubify executable in your PATH.
4. Install [KindleGen](https://archive.org/details/kindlegen2.9), and have the kindlegen executable in your PATH.
4. Install [KindleGen](http://web.archive.org/web/*/http://kindlegen.s3.amazonaws.com/kindlegen*), and have the kindlegen executable in your PATH.
5. Start this service by running: `$ npm start` and access it on HTTP port 3001
### Containerized