Skip to content

callumgare/poignant-guide-epub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download epub File

A pre-build epub can be downloaded from the relese page on github.

Build epub File From Source

Requirements

  • ruby
  • bundler ($ gem install bundler)
  • git (optional. git is used for download source. GitHub's "Download source" can substitute for this)

How to

$ git clone http://github.com/sorah/poignant-guide-epub
$ cd poignant-guide-epub
$ git submodule update --init --recursive
$ bundler install
$ bundler install --gemfile=poignant-guide
$ ruby make.rb

The file "poignant-guide.epub" should hopeful have been created in the cwd.

Acknowledgements

About

An epub version of "why's (poignant) Guide to Ruby"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%