From a08641a684418e58dae91c9865e9030e1c480463 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Mon, 5 Jan 2015 10:55:07 -0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 +```