Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions README → README.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
== The Community Git Book ==
The Community Git Book
----------------------

This is an attempt to make a comprehensive, easy to follow Git learning
resource to be hosted on the main Git website.

== Contributing ==
Contributing
------------

* Clone this source, add to it and send me (schacon@gmail.com) a patch or
pull request

* Install required gems::

* Clone this source, add to it and send me (schacon@gmail.com) a patch or pull request
* Install required gems:
$ gem install rake ultraviolet discount rdiscount builder

* For PDF output install prince (http://www.princexml.com/download/)
* Generate book through

* Generate book through::

$ rake html
or

or::

$ rake pdf

== References ==
References
----------

* A bunch of the scripts for building and such from the Rails 2.1 book by Carlos Brando
* A bunch of the scripts for building and such from the Rails 2.1 book by
Carlos Brando

== Authors ==
Authors
-------

* Scott Chacon
* Emil Sit