From 22c50cbeb4b90406692c785768d5a39f642258c7 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 5 Oct 2020 11:40:32 +0100 Subject: [PATCH] updates --- script/install | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) 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