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) ```