clarify usage
This commit is contained in:
parent
c5fb08e6ca
commit
6a6d0f723a
13
README.md
13
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".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user