diff --git a/README.md b/README.md index eca1709..f53cfd1 100644 --- a/README.md +++ b/README.md @@ -133,3 +133,14 @@ Requirements The UI uses whiptail. Install it if needed: sudo apt update && sudo apt install whiptail -y + +▶️ Run the UI + +Start the interactive terminal interface: + +update-manager-ui +If command is not found + +You may need to create a symlink: + +sudo ln -s /opt/update-manager/update-manager-ui.sh /usr/local/bin/update-manager-ui