From c70c5ea20956fa25b4ed1609d890f8857e496d94 Mon Sep 17 00:00:00 2001 From: Yuhang Guo <22561797+Sherry520@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=B5=E5=BE=AA=E5=8E=9F=E6=96=87=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.asc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.asc b/README.asc index bd1434e2..dc82cf26 100644 --- a/README.asc +++ b/README.asc @@ -34,6 +34,33 @@ Converting to PDF... -- PDF output at progit.pdf ---- +你可以只生成一种支持的格式( HTML、EPUB、mobi、或 PDF )。 +使用以下命令之一: + +生成 HTML 图书: + +---- +$ bundle exec rake book:build_html +---- + +生成 EPUB 图书: + +---- +$ bundle exec rake book:build_epub +---- + +生成 mobi 图书: + +---- +$ bundle exec rake book:build_mobi +---- + +生成 PDF 图书: + +---- +$ bundle exec rake book:build_pdf +---- + ## 发起一个 Issue 在发起一个 Issue 前,请在 bug 跟踪系统中搜索是否已有类似的问题。