We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89945f7 commit c70c5eaCopy full SHA for c70c5ea
README.asc
@@ -34,6 +34,33 @@ Converting to PDF...
34
-- PDF output at progit.pdf
35
----
36
37
+你可以只生成一种支持的格式( HTML、EPUB、mobi、或 PDF )。
38
+使用以下命令之一:
39
+
40
+生成 HTML 图书:
41
42
+----
43
+$ bundle exec rake book:build_html
44
45
46
+生成 EPUB 图书:
47
48
49
+$ bundle exec rake book:build_epub
50
51
52
+生成 mobi 图书:
53
54
55
+$ bundle exec rake book:build_mobi
56
57
58
+生成 PDF 图书:
59
60
61
+$ bundle exec rake book:build_pdf
62
63
64
## 发起一个 Issue
65
66
在发起一个 Issue 前,请在 bug 跟踪系统中搜索是否已有类似的问题。
0 commit comments