diff --git a/README.md b/README.md index 2480642..cc978ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -A GUI to perform the following tasks of Debian-based package management using APT: +A GUI for basic tasks of package management using apt: * Update the package cache * Check for and list all available upgrades @@ -21,3 +21,14 @@ make sudo make install ``` +## Usage + +The application requires root permissions: + +```shell +sudo simple-apt-update +``` + +*Note:* The application registers `simple-apt-update.desktop`, using `pkexec`. +In GNOME, it will be available as an application called "Simple APT Update". +