Update README

This commit is contained in:
dev
2024-12-12 00:54:51 +02:00
parent 19fead483b
commit edc2f4af37

View File

@@ -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 <a href="http://127.0.0.1" target="_blank">host IP of the machine</a>.
![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)
```