diff --git a/README.md b/README.md new file mode 100644 index 0000000..c14e6e4 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +phptherightway-book +=================== + +Conversion script to turn phptherightway.com content into the LeanPub book. + +**PLEASE DO NOT MODIFY THE `manuscript/` FOLDER MANUALLY!** + +It will be overriden next time the convert function is run. + +``` +$ git clone --recursive https://github.com/philsturgeon/phptherightway-book.git +$ php convert.php +```