From 902eaa71e2d11c0248e0713dce89c629f27ec1fd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 4 Jun 2018 20:06:14 +0000 Subject: [PATCH] Make instructional output more readable --- install.bash | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/install.bash b/install.bash index 1c103c4..ebe9edb 100644 --- a/install.bash +++ b/install.bash @@ -54,10 +54,14 @@ echo "" echo "" echo "P.S. Would you like to customize Gitea?" echo "" -echo "\tSee basic instructions at https://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash" +echo "\tRead basic instructions:" +echo "\thttps://git.coolaj86.com/coolaj86/gitea-installer.sh/_edit/master/install.bash" echo "" -echo "\tThe templates are at https://github.com/go-gitea/gitea/tree/v$VER/templates" -echo "\tSee a sample app.ini at https://github.com/go-gitea/gitea/blob/v$VER/custom/conf/app.ini.sample" +echo "\tView current templates:" +echo "\thttps://github.com/go-gitea/gitea/tree/v$VER/templates" +echo "" +echo "\tSee a sample app.ini:" +echo "\thttps://github.com/go-gitea/gitea/blob/v$VER/custom/conf/app.ini.sample" echo "" # sleep 5