mirror of
https://github.com/ciromattia/kcc
synced 2026-02-04 03:17:46 +00:00
Updated Installation (markdown)
@@ -32,16 +32,18 @@ It can be found in [Kindle Previewer](https://www.amazon.com/Kindle-Previewer/b?
|
||||
There have been some reports that the latest bundled version of kindlegen sometimes hangs, if that happens download an [older release](https://github.com/ciromattia/kcc/issues/402).
|
||||
|
||||
### Mac
|
||||
And to fix the KindleGen missing warning, with [Homebrew](https://brew.sh/) installed:
|
||||
Install [Kindle Previewer](https://www.amazon.com/Kindle-Previewer/b?ie=UTF8&node=21381691011). Then:
|
||||
|
||||
```zsh
|
||||
sudo cp "/Applications/Kindle Previewer 3.app/Contents/lib/fc/bin/kindlegen" /usr/local/bin/
|
||||
```
|
||||
|
||||
Alternatively, with [Homebrew](https://brew.sh/) installed:
|
||||
|
||||
```bash
|
||||
brew install --cask kindle-previewer
|
||||
sudo cp "/Applications/Kindle Previewer 3.app/Contents/lib/fc/bin/kindlegen" /usr/local/bin/
|
||||
```
|
||||
or
|
||||
```bash
|
||||
brew install --cask kindle-comic-creator
|
||||
```
|
||||
|
||||
## DOWNLOADS
|
||||
You can find the latest binary at the following link:
|
||||
|
||||
Reference in New Issue
Block a user