From 8d4756f7d282b514342ca98313979fcee42ea0c9 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Tue, 13 Nov 2018 22:24:27 +0800 Subject: [PATCH] Add simple post-install instruction --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index a3db27b..3b1cd86 100755 --- a/install +++ b/install @@ -55,3 +55,5 @@ $PROGRAM autostart > /dev/null || abort echo "Successfully installed comfortable-swipe." echo "Configuration file is located at $CONF_PATH" +echo "" +echo "Try running 'comfortable-swipe start' to test." \ No newline at end of file