From 6a6d0f723aacc205ea3ca918ec14179bea3d4fe8 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Tue, 18 Jul 2023 17:01:55 +0200 Subject: [PATCH] clarify usage --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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". +