X-Git-Url: http://source.bookstackapp.com/api-scripts/blobdiff_plain/fffd11d746354116900e27df0f28c0823e444eff..0dc645ff7bcd46e21f2806697d440e648b69bd08:/php-export-all-books/readme.md diff --git a/php-export-all-books/readme.md b/php-export-all-books/readme.md index b076a39..fbb0cf5 100644 --- a/php-export-all-books/readme.md +++ b/php-export-all-books/readme.md @@ -1,6 +1,6 @@ # Export All Books -This script will export all books in your preferred format (PDF, HTML or TXT). +This script will export all books in your preferred format (PDF, HTML, Markdown or TXT). ## Requirements @@ -34,4 +34,7 @@ php export-books.php pdf ./ # Export as HTML to an existing "html" directory php export-books.php html ./html + +# Export as Markdown to an existing "md-files" directory +php export-books.php markdown ./md-files ``` \ No newline at end of file