Either download the latest release and run the executable, or build it from source by running
bash
cargo install mahou
mahou
That's it! If it doesn't find the mahou
executable, try adding ~/.cargo/bin
to your $PATH
.
You should also set an alias for mahou with your preferred settings, for example:
```bash
alias mahou="mahou --res 1080p --directory $HOME/Downloads" ```
Heavily inspired by anime-cli (if it was a library I would have used it instead of... copying code from it... :/)