From be73554e046115bcee350f9b6a527ece04bdb4b5 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 8 Apr 2016 20:42:46 +0800 Subject: [PATCH] Created How to debug le.sh (markdown) --- How-to-debug-le.sh.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 How-to-debug-le.sh.md diff --git a/How-to-debug-le.sh.md b/How-to-debug-le.sh.md new file mode 100644 index 0000000..f0522d5 --- /dev/null +++ b/How-to-debug-le.sh.md @@ -0,0 +1,7 @@ +Defining a macro `DEBUG=1` can make `le.sh` output detailed debug info. + +For example: + +``` +DEBUG=1 le.sh issue /home/............. +``` \ No newline at end of file