Add README.md. Generated automatically by convert.sh.

This commit is contained in:
Zhang Huangbin 2014-09-17 22:16:39 +08:00
parent 73aff46d81
commit e2d8be6bbc
2 changed files with 5 additions and 1 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Frequently Asked Questions
# How to
# Backup and Restore
# Troubleshooting and Debug

View File

@ -14,7 +14,7 @@ PWD="."
SOURCE_DIR="${PWD}/src"
OUTPUT_DIR="${PWD}/html"
INDEX_MD="${OUTPUT_DIR}/index.md"
README_MD="${OUTPUT_DIR}/README.md"
README_MD="${PWD}/README.md"
[ -d ${OUTPUT_DIR} ] || mkdir -p ${OUTPUT_DIR}