Skip to content

mqlkome/amgit

 
 

Repository files navigation

Build Status

Am Git Book Contents

Am Git, by Allen B. Downey, is a modified version of Pro Git by Scott Chabon.

Like the original, it is licensed under the Creative Commons Attribution-Non Commercial-Share Alike 3.0 license.

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::

  1. INSTALL ruby and rubygems
  2. $ gem install rdiscount
  3. DOWNLOAD Calibre for MacOS and install command line tools
  4. $ makeebooks zh #will produce a mobi

On Ubuntu you can run something like this:

$ sudo apt-get install pandoc texlive-xetex

$ makepdfs en

About

Modified version of Pro Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.8%
  • TeX 17.8%
  • HTML 5.4%
  • Shell 4.6%
  • Makefile 3.6%
  • CSS 2.3%
  • JavaScript 1.5%