diff --git a/script/install b/script/install index e04e4ae..d2ffd9a 100644 --- a/script/install +++ b/script/install @@ -393,13 +393,27 @@ else fi -echo -e "Now run Comrad with: +echo -e "Installation successful! -comrad-app [GUI interface -- alpha] +You can run Comrad with: -If that doesn't work, try running this series of comands: -$commands_app +## For the GUI interface: + + comrad-app + +or: + + ~/comrad/code/bin/comrad-app + + +## For the terminal client: + + comrad-cli + +or: + + ~/comrad/code/bin/comrad-cli " @@ -425,5 +439,4 @@ fi # run? -. $path_bin/comrad-app - +$path_bin/comrad-app