Add simple post-install instruction

This commit is contained in:
Rico Tiongson 2018-11-13 22:24:27 +08:00
parent 22b9869ae8
commit 8d4756f7d2

View File

@ -55,3 +55,5 @@ $PROGRAM autostart > /dev/null || abort
echo "Successfully installed comfortable-swipe." echo "Successfully installed comfortable-swipe."
echo "Configuration file is located at $CONF_PATH" echo "Configuration file is located at $CONF_PATH"
echo ""
echo "Try running 'comfortable-swipe start' to test."