lorenzodifuccia / safaribooks

Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.
Do What The F*ck You Want To Public License
4.65k stars 691 forks source link

I can't set the program up #278

Closed IronLover64 closed 3 years ago

IronLover64 commented 3 years ago

I typed git clone https://github.com/lorenzodifuccia/safaribooks.git into cmd and I get an error: 'git' is not recognized as an internal or external command, operable program or batch file.

Father-Stalin commented 3 years ago

Hello comrade, you'll have to install git first via your distro's package manager. For instance on my ubuntu instance, I type

sudo apt-get install git

and then you can use git. For more documentation, please see https://git-scm.com/book/en/v2/Getting-Started-Installing-Git I assume you're using windows, you can find the download for windows on the link provided as well