Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #145 from jean/master
Browse files Browse the repository at this point in the history
Enable parsing of README  as reStructuredText
  • Loading branch information
schacon committed Dec 8, 2011
2 parents a906fc0 + bd976f4 commit 9518677
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 78 deletions.
30 changes: 0 additions & 30 deletions README

This file was deleted.

33 changes: 33 additions & 0 deletions README.rst
@@ -0,0 +1,33 @@
Pro Git Book Contents
=====================

This is the source code for the Pro Git book contents. It is licensed under
the Creative Commons Attribution-Non Commercial-Share Alike 3.0 license. I
hope you enjoy it, I hope it helps you learn Git, and I hope you'll support
Apress and me by purchasing a print copy of the book at Amazon:

http://tinyurl.com/amazonprogit

Making Ebooks
=============

On Fedora you can run something like this::

$ yum install ruby calibre rubygems ruby-devel rubygem-ruby-debug
$ gem install rdiscount
$ makeebooks en # will produce a mobi

Errata
======

If you see anything that is technically wrong or otherwise in need of
correction, please email me at schacon at gmail dot com to inform me.


Translation
============

If you wish to translate the book, I will put the translation up on the
progit.org site. Please put your translation into the appropriate
subdirectory of this project (ie: 'it' for Italian and so forth) and send me
(schacon) a pull request.

0 comments on commit 9518677

Please sign in to comment.