Skip to content

Commit

Permalink
Update installation and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaiber committed Feb 20, 2024
1 parent e2fe363 commit c78729f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,19 @@ print_banner() {
printf '\n'
}

finish_message() {
URL="https://github.com/jklaiber/jumper"
printf '\n'
info "Please follow the steps to use Jumper on your machine:
${BOLD}${UNDERLINE}Setup${NO_COLOR}
Jumper will force to setup the application before the first use.
Please follow the instructions to setup the application.
${BOLD}${UNDERLINE}Documentation${NO_COLOR}
To check out the documentation go to:
${UNDERLINE}${BLUE}${URL}${NO_COLOR}
"
}

print_banner
detect_platform_package_manager
detect_arch
Expand Down

0 comments on commit c78729f

Please sign in to comment.