From af652618f05321febb33783d258609b2dc55b1d1 Mon Sep 17 00:00:00 2001 From: Carlo Teubner Date: Wed, 26 Jan 2022 20:10:18 +0000 Subject: [PATCH] README updates --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 11e99e0..67417f3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # archupd -Arch Linux updater, which does the following: +Arch Linux updater, [available from the AUR](https://aur.archlinux.org/packages/archupd). -- Run `sudo pacman -Sc`: clean up old packages -- Run `sudo pacman -Syu`: update outdated packages +Does the following: + +- Run `sudo pacman -Sc` to clean up old packages. +- Run `sudo pacman -Syu` to update outdated packages. - Show relevant pacman logfile contents, which includes the old and new version - of each package -- Show any new package changelog entries + of each package. +- Show any new package changelog entries. - In practice, most packages don't use these, but when they do, it can be - interesting -- Offer to remove packages that have become unrequired -- Display any new official Arch Linux news from RSS feed - - Feed contents are retrieved in the background + interesting. +- Offer to remove packages that have become unrequired. +- Display any new official Arch Linux news from RSS feed. + - Feed contents are retrieved in the background.