From af3a040a9caa1c2061dafaa322e964d1d136e23d Mon Sep 17 00:00:00 2001 From: sulaimangari Date: Tue, 26 Nov 2024 12:00:12 +0700 Subject: [PATCH] Update README.md remove dollar sign for easier copy and paste Signed-off-by: sulaimangari --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d26097a..1352596 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ It's easy to get up and running. Simply clone the repo using ``git``. Make sure you have **all** [dependencies](https://github.com/Coopydood/ultimate-macOS-KVM/blob/main/README.md#requirements) installed before getting started. ```sh -$ git clone https://github.com/Coopydood/ultimate-macOS-KVM +git clone https://github.com/Coopydood/ultimate-macOS-KVM ``` > [!TIP] @@ -209,7 +209,7 @@ Okay, so you've cloned my repo, and `cd`'d into the directory. Great! Now, before running the script - and to avoid the subsequent and inevitable gotcha - you should enable the ``libvirtd`` daemon first if it hasn't been already. Here's an example for Arch-based systems: ```sh -$ sudo systemctl enable libvirtd +sudo systemctl enable libvirtd ``` > [!WARNING] > This command requires superuser privileges. @@ -219,7 +219,7 @@ $ sudo systemctl enable libvirtd and/or check the status of the daemon with ```sh -$ systemctl status libvirtd +systemctl status libvirtd ``` *** @@ -231,7 +231,7 @@ Okay, now you're ready to use **ultimate-macOS-KVM**. Use the ``main.py`` file. This is your main menu / central hub for the project and everything can be accessed from here. ```sh -$ ./main.py +./main.py ``` > [!CAUTION] > Most sub-scripts included in the project should *not* be run on their own. Always use ``main.py`` unless the script was user-generated or stated otherwise.