From 173a3f30f5ac2098a525e63cef7b48e809548a56 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 30 Apr 2017 10:33:50 +0200 Subject: [PATCH] readme --- README.md | 8 ++++---- bin/{install.sh => install-ospkit.sh} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename bin/{install.sh => install-ospkit.sh} (100%) diff --git a/README.md b/README.md index f9fa2f0..1a2eb13 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # HTML2PRINT with gitbook content management +*/!\ WORK IN PROGRESS* + ## Book src -bin/sync.sh will pull books from git repositories listed in the the script - -source are in the directory book-src +bin/sync.sh will first clone then pull books from git repositories listed in the the script into the directory book-src ## Building -bin/build.py will read the book sources and convert them to html files using pandoc (pypandoc) +bin/build.py will read the book sources and convert them to html files using pandoc (pypandoc) and BeautifulSoup ## Automation diff --git a/bin/install.sh b/bin/install-ospkit.sh similarity index 100% rename from bin/install.sh rename to bin/install-ospkit.sh