From eb9016a91560fbec46563e6a2ce246423931359e Mon Sep 17 00:00:00 2001 From: Halcy0nic <42481692+Halcy0nic@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:55:21 -0600 Subject: [PATCH] Update install-linux-mac.sh --- install-linux-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-linux-mac.sh b/install-linux-mac.sh index 6834550..6c42d97 100755 --- a/install-linux-mac.sh +++ b/install-linux-mac.sh @@ -41,4 +41,4 @@ EOT pip3 install -r requirements.txt # Inform the user that the installation is complete -echo "Installation complete. You can now run your application using: python3 your_script.py" +echo "Installation complete. You can now run your application using: python3 app.py"