From 0bad69ce7046ad4fe17b6af9f97c24e7d7cfcccd Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 16 May 2024 09:57:10 +0200 Subject: [PATCH] Fix typos in READMEs (#161) --- README-fr.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-fr.md b/README-fr.md index 3ea2d35..64f4d87 100644 --- a/README-fr.md +++ b/README-fr.md @@ -18,7 +18,7 @@ ## Description Un notificateur/applicateur de mises à jour pour Arch Linux qui vous assiste dans les tâches importantes d'avant/après mise à jour et qui inclut une applet systray cliquable pour une intégration facile avec n'importe quel panneau sur n'importe quel DE/WM. -Prise en charge optionnelle des mises à jour des paquets AUR/Flatpak et des notifications de bureau. +Prise en charge optionnelle des paquets AUR/Flatpak et des notifications de bureau. Fonctionnalités : diff --git a/README.md b/README.md index 429a54a..6062812 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Description An update notifier/applier for Arch Linux that assists you with important pre/post update tasks and that includes a clickeable systray applet for an easy integration with any panel on any DE/WM. -Optional support for AUR/Flatpak packages updates and desktop notifications. +Optional support for AUR/Flatpak packages and desktop notifications. Features: @@ -123,14 +123,14 @@ When the systray applet is clicked, it prints the list of packages available for ![listing_packages](https://github.com/Antiz96/arch-update/assets/53110319/ed552414-0dff-4cff-84d2-6ff13340259d) By default, if at least one Arch Linux news has been published since the last run, `Arch-Update` will offer you to read the latest Arch Linux news directly from your terminal window. -The news published since the last run are as `[NEW]`: +The news published since the last run are tagged as `[NEW]`: ![listing_news](https://github.com/Antiz96/arch-update/assets/53110319/4f6f1c84-e5d6-4072-aa57-0c3e80783c01) When recent news gets listed, either type the number associated to a news to read it (you'll be re-prompted to read other news afterwards so you can read multiple news in one run), or simply press "enter" to proceed with the update. If no news has been published since the last run, `Arch-Update` will directly proceed to the update after you gave your confirmation. -In both cases, from there, you just have to let `Arch-Update` guide you to the various steps required for a complete and proper update of your system! :smile: +In both cases, from there, you just have to let `Arch-Update` guide you through the various steps required for a complete and proper update of your system! :smile: Certain options can be enabled/disabled or modified via the `arch-update.conf` configuration file. See the [arch-update.conf documentation chapter](#arch-update-configuration-file) for more details.