Skip to content

Commit bdeca52

Browse files
authored
Put references to Mobi files back in README
1 parent e4ac722 commit bdeca52

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.asc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ See link:TRANSLATING.md[the translating document] for more information.
1515
== How To Generate the Book
1616

1717
You can generate the e-book files manually with Asciidoctor.
18-
We used to be able to build .mobi files (Kindle), but cannot do so now, see #1496 for more information.
19-
If you run the following you _may_ actually get HTML, Epub and PDF output files:
18+
If you run the following you _may_ actually get HTML, Epub, Mobi and PDF output files:
2019

2120
----
2221
$ bundle install
@@ -25,11 +24,13 @@ Converting to HTML...
2524
-- HTML output at progit.html
2625
Converting to EPub...
2726
-- Epub output at progit.epub
27+
Converting to Mobi (kf8)...
28+
-- Mobi output at progit.mobi
2829
Converting to PDF...
2930
-- PDF output at progit.pdf
3031
----
3132

32-
You can generate just one of the supported formats (HTML, EPUB, or PDF).
33+
You can generate just one of the supported formats (HTML, EPUB, mobi, or PDF).
3334
Use one of the following commands:
3435

3536
To generate the HTML book:
@@ -44,6 +45,12 @@ To generate the EPUB book:
4445
$ bundle exec rake book:build_epub
4546
----
4647

48+
To generate the mobi book:
49+
50+
----
51+
$ bundle exec rake book:build_mobi
52+
----
53+
4754
To generate the PDF book:
4855

4956
----

0 commit comments

Comments
 (0)