Skip to content

Commit c70c5ea

Browse files
Sherry520networm
authored andcommitted
遵循原文更新 README
1 parent 89945f7 commit c70c5ea

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.asc

+27
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,33 @@ Converting to PDF...
3434
-- PDF output at progit.pdf
3535
----
3636

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+
3764
## 发起一个 Issue
3865

3966
在发起一个 Issue 前,请在 bug 跟踪系统中搜索是否已有类似的问题。

0 commit comments

Comments
 (0)