From edc2f4af37ab4e7e46885b07c65e7c29f982e93a Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 12 Dec 2024 00:54:51 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cef0b00..48cc3d7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ sudo bash install.sh 8.1.NDI.pre xilinx ## Step 3. Launch Callaba Dashboard -After installation, please wait 2-3 minutes for the dashboard to initialize. It will be available at [http://127.0.0.1:80](http://127.0.0.1:80). +After installation, please wait 2-3 minutes for the dashboard to initialize. It will be available at host IP of the machine. ![Image Description](./assets/dashboard.png) @@ -53,7 +53,7 @@ By default, the login and password are `admin/password`. To purchase a license, To update Callaba, run the following command: ```console -sudo bash install.sh VERSION GPU_TYPE (nvidia | xilinx or cpu) +sudo bash update.sh VERSION GPU_TYPE (nvidia | xilinx or cpu) ```