From a33fed711da021ebe48e6d2ce3f6de66151ce360 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 11:12:13 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14985e5..373d912 100755 --- a/install.sh +++ b/install.sh @@ -171,7 +171,7 @@ if [ $ollama == "y" ]; then fi if [ $venv == "y" ]; then - printf "\nFor running in virtual, launch bot with './launch.sh mesh' from the root directory\n" + printf "\nFor running in virtual, launch bot with './launch.sh mesh' in path $program_path\n" fi printf "\nGood time to reboot? (y/n)"