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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher committed Jan 10, 2011
2 parents 2a47fbc + 1bae227 commit 5d0b319
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,4 +1,4 @@
source 'http://rubygems.org'

gem 'thor', '~> 0.14.0'
gem 'maruku', '~> 0.6.0'
gem 'thor', '~> 0.14'
gem 'maruku', '~> 0.6'
15 changes: 14 additions & 1 deletion README.markdown
Expand Up @@ -23,14 +23,27 @@ Learn more about Sinatra at
How to build the Book
---------------------

Make sure you have all the required dependencies to build the book:
Before you can translate the book into various formats you need to
have the Thor and Maruku gem installed:

gem install maruku
gem install thor

Or you install the Bundler gem and let it check all the required dependencies to build the book:

gem install bundler
bundle check

In the root directory, launch the following Thor task:

thor book:build

This will install an HTML version of the book in the output folder

To build a Latex or PDF version you have to use this task:

thor book:build latex|pdf

How to contribute
-----------------

Expand Down

0 comments on commit 5d0b319

Please sign in to comment.