]> BookStack Code Mirror - api-scripts/blobdiff - php-export-all-books/readme.md
Updated php-export-all-books script
[api-scripts] / php-export-all-books / readme.md
index b076a395c4b3e53f3283f5d37d2be5df6a841749..fbb0cf587624ca0aface32044753f29956010a79 100644 (file)
@@ -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