From fd26954216ab9d51c1e025d12230a39aa2443858 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 29 Oct 2021 23:14:04 -0500 Subject: [PATCH] minor updates --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9542ee..1d1d8c8 100644 --- a/README.md +++ b/README.md @@ -137,14 +137,9 @@ Step 1: Open a terminal (e.g. Ctrl+Alt+T) Step 2: Update system package information (select the option for the OS you are using) -Note: If you do not regularly maintain your system by installing updated packages, it is a good idea to not only update system package information but also to install the updated packages followed by a system reboot. The installation can then be continued with step 3. - Option for Debian based distributions such as Ubuntu, Linux Mint, Kali and Raspberry Pi OS -``` - sudo apt update - -``` + sudo apt update Option for Arch based distributions such as Manjaro @@ -158,6 +153,8 @@ Note: If you do not regularly maintain your system by installing updated package sudo dnf -y update ``` +Note: If you do not regularly maintain your system by installing updated packages, it is a good idea to not only update system package information but also to install the updated packages followed by a system reboot. The installation can then be continued with step 3. + Step 3: Install the required packages (select the option for the OS you are using) Option for Raspberry Pi OS