http://tinyurl.com/amazonprogit
It is also available online at:
http://git-scm.com/book/
and fully translated in 10 languages.
Making Ebooks
On Fedora (16 and later) you can run something like this::$ yum install ruby calibre rubygems ruby-devel rubygem-ruby-debug rubygem-rdiscount
$ makeebooks en # will produce a mobi
On MacOS you can do like this::- INSTALL ruby and rubygems
$ gem install rdiscount
- DOWNLOAD Calibre for MacOS and install command line tools. You'll need some dependencies to generate a PDF:
- pandoc: http://johnmacfarlane.net/pandoc/installing.html
- xelatex: http://tug.org/mactex/
-
$ makeebooks zh
#will produce a mobi
Notes on pandoc
Please use Pandoc version 1.11.1 or later as older versions(confirmed on 1.9.1.1) has a bug which hides a word after tilde~
. You can do pandoc -v
to see which version you have installed.from https://github.com/progit/progit