From 62811d99b45b39eb35afb409d14c4681040a2f8e Mon Sep 17 00:00:00 2001 From: fanta Date: Wed, 13 Jul 2022 13:26:17 +0200 Subject: [PATCH] text --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b25322c..8ef39fd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ $ chmod +x q - qemu-system-sparc - wget + **Run first time:** The first time we run "q" it will download the isos from a large list of different GNU+Linux distributions. @@ -24,3 +25,19 @@ It may take a long time to download the files. Please be patient. run script first time + +**Example: Install and run a Rocky Linux 8.6 distro** + +Install virtual machine: +
+$ cd ~/vms/rocky-8.6-x86_64
+$ bash install.sh
+
+ +Start virtual machine: +
+$ bash start.sh
+
+ +Enjoy ! +Kind regards.