Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Dec 27, 2017
1 parent e5bae5b commit 7ac298a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<tt>kepubify.exe</tt>. The resulting file will be saved to the same directory as the original epub.
</p>

<p>
<b>To convert a folder of books by dragging and dropping on Windows</b>:
<br>Just drag the folder over
<tt>kepubify.exe</tt>. The resulting file will be saved to the same directory as the originals, but with the suffix <tt>_converted</tt>.
</p>

<p>
<b>To convert a single book</b>:
<br>
Expand All @@ -150,6 +156,14 @@
<p>
<b>To batch convert a whole directory of ebooks</b>:
<br>
<tt>kepubify /path/to/the/books/</tt>
<br>The converted books will be saved to the original dir with the suffix <tt>_converted</tt> (e.g. /path/to/the/books_converted).The directory structure of the source
is preserved in the output.
</p>

<p>
<b>To batch convert a whole directory of ebooks with a different output folder</b>:
<br>
<tt>kepubify /path/to/the/books/ /path/to/output/the/converted/books</tt>
<br>The output directory must not exist, as it will be created by kepubify. The directory structure of the source
is preserved in the output.
Expand Down

0 comments on commit 7ac298a

Please sign in to comment.