From 97a0d2cd9c57d2a7f81279fa1e1081b321608930 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Sun, 29 Oct 2023 00:21:01 +0200 Subject: [PATCH] another tiny fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28abaf5..6109cf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Update -Update script written in bash for Arch Linux only. Keeps all your pacman and aur packages as well as your flatpaks up to date with one simple script. It also backups a list of all your pacman and aur packages and flatpaks. +Update script written in Bash for Arch Linux only. Keeps all your pacman and aur packages as well as your flatpaks up to date with one simple script. It also backups a list of all your pacman and aur packages and flatpaks. ## Requirements @@ -9,7 +9,7 @@ Here is what is required. pacman -S just ``` It also technically requires sudo, but if you use something else, then just create a softlink for this script to work.
-Doing that looks like this. +Doing that would look like this. ```bash ln -s /usr/bin/your_program /usr/bin/sudo ```