View Single Post
Old 09-29-2020, 04:20 PM   #155
twowheels
Wizard
twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.twowheels ought to be getting tired of karma fortunes by now.
 
twowheels's Avatar
 
Posts: 1,854
Karma: 13432974
Join Date: Nov 2010
Device: Kobo Clara HD, iPad Pro 10", iPhone 15 Pro, Boox Note Max
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.
twowheels is offline   Reply With Quote