From ee100b5d22edf02291d826eb0511c9255cf22cf3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 17 Nov 2024 18:08:30 -0700 Subject: [PATCH] Reword instructions Signed-off-by: Tommy --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0dc3ffe..35dfa5a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ My scripts for setting up QubesOS. -Running these scripts should be very straight forward. For the default Fedora template, run fedora-gnome.sh to trim it down first. - -After you are done running those scripts, any other script can be used in a different template based on those trimmed down templates to create their respective virtual machines. +For each OS, run the script associated with them to trim down the templates provided by Qubes first. For example, for Fedora, run the `fedora-gnome.sh` script. After the base templates have been trimmed down, run other scripts in templates based on them to create their respective TemplateVMs. If you want to install Flatpak packages, install them inside of an AppVM as a **user Flatpak** and enable the update-user-flatpaks.service as a **user** systemd service for automatic updates. @@ -23,4 +21,4 @@ I recommend that you look though [Lenovo's BIOS simulator](https://download.leno Lenovo ePrivacy can be controlled through `/proc/acpi/ibm/lcdshadow`. I use the following shortcuts: - F5: `sudo bash -c 'echo 1 > /proc/acpi/ibm/lcdshadow'` -- F6: `sudo bash -c 'echo 0 > /proc/acpi/ibm/lcdshadow'` \ No newline at end of file +- F6: `sudo bash -c 'echo 0 > /proc/acpi/ibm/lcdshadow'`