Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
c4rlo committed Jan 26, 2022
1 parent 2b06ac7 commit af65261
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit af65261

Please sign in to comment.