We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9ea11 commit 17cd468Copy full SHA for 17cd468
1 file changed
README.md
@@ -40,6 +40,19 @@ $ jekyll serve # this compiles files and starts a server on localhost:4000.
40
[Jekyll usage](https://github.com/mojombo/jekyll/wiki/usage)
41
42
43
+Reading in EPUB
44
+=========
45
+
46
+Thanks to @avsej, we can read this book in EPUB.
47
48
+To genearte an EPUB file, you need to install eeepub additionally.
49
50
+```sh
51
+$ gem install eeepub
52
+$ ruby script/publish
53
+```
54
55
56
About the version of ruby explained
57
==========
58
0 commit comments