File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,18 @@ function install_kahuna() {
42
42
}
43
43
44
44
function print_summary() {
45
- echo " Done!"
46
- echo
47
- echo " To finish the installation, add the following line to the end of your ~/.bashrc:"
48
- echo " export KAHUNA_HOME=${KAHUNA} "
49
- echo
50
- echo " Now you are ready to run 'kahuna'. This will print the available commands and copy"
51
- echo " all default configuration to ~/.kahuna/"
52
- echo " Feel free to edit those files to adapt them to your needs."
53
- echo
54
- echo " Have fun!"
45
+ cat << EOF
46
+ Done!
47
+
48
+ To finish the installation, add the following line to the end of your ~/.bashrc:
49
+ export KAHUNA_HOME=${KAHUNA}
50
+
51
+ Now you are ready to run 'kahuna'. This will print the available commands and copy
52
+ all default configuration to ~/.kahuna/
53
+ Feel free to edit those files to adapt them to your needs.
54
+
55
+ Have fun!
56
+ EOF
55
57
}
56
58
57
59
function usage() {
You can’t perform that action at this time.
0 commit comments