prsh11 / manga-cli

📖 Script to read manga from cli
MIT License
80 stars 4 forks source link

Installation Guide for Mac #27

Closed AlexFreik closed 1 year ago

AlexFreik commented 1 year ago

Zathura requires installing one of the plugins to work

prsh11 commented 1 year ago

zathura-mupdf is only required for pdf. It would be better mark it optional

prsh11 commented 1 year ago

This format would be better

# dependencies 
brew tap zegervdv/zathura
brew install pup
brew install zathura 
brew install bash  # plugin requires new version of bash 4.xx, while macOS uses 3.xx

# cbz support
brew install zathura-cb  

# pdf support
brew install imagemagick
brew install zathura-pdf-mupdf

# install manga-cli
git clone https://github.com/prsh11/manga-cli.git && cd manga-cli
sudo cp manga-cli /usr/local/bin/manga-cli