#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	echo ""
	echo "Metabolizer Blog Pipeline installed."
	echo ""
	echo "Setup the pipeline:"
	echo "  metabolizerctl install"
	echo ""
	echo "Mirror a GitHub repo:"
	echo "  metabolizerctl mirror https://github.com/user/blog.git"
	echo ""
	echo "Access CMS: http://<router-ip>:8501"
	echo "View Blog:  http://<router-ip>/blog/"
	echo ""
}
exit 0
