Ah, I see that you also had trouble installing it, which I missed the first time that I read your message.
Yes, it is a bit tricky since they don't provide an installer. The simplest answer is to run this command once:
chmod +x ~/Downloads/kepubify-darwin-64bit
...then substitute every place where I said "kepubify" above, with:
~/Downloads/kepubify-darwin-64bit
Alternatively, if you want things to work the way I described above, run these two commands once, then everything will work as I described above:
chmod +x ~/Downloads/kepubify-darwin-64bit
sudo mv ~/Downloads/kepubify-darwin-64bit /usr/local/bin/kepubify
The first command makes the downloaded file executable, the second moves it to a location where executables are expected to be found, and renames it to the shorter "kepubify" name at the same time.
|