Get started with mdWiki fast on the command line
mkdir myblog
cd myblog
wget mdwiki.info
echo "Hello world" >> index.md
python -m SimpleHTTPServer 8000 & open http://localhost:8000
mkdir myblog
cd myblog
wget mdwiki.info
echo "Hello world" >> index.md
python -m SimpleHTTPServer 8000 & open http://localhost:8000