From de4088773be322c85effd2f6fd28edace1ad274b Mon Sep 17 00:00:00 2001 From: jpattWPC Date: Fri, 3 Feb 2023 15:54:49 -0600 Subject: [PATCH] Update install instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d299a7..16307c4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ you will need to download the latest 3.10 python release, and run the following Run the following commands on a Debian/Ubuntu Linux system to install the appropriate prerequisites - apt install python3-pip virt-viewer + apt install python3-pip virt-viewer git + git clone https://github.com/joshpatten/PVE-VDIClient.git + cd ./PVE-VDIClient/ chmod +x requirements.sh ./requirements.sh cp vdiclient.py /usr/local/bin