From 99cf29a3bb2f9bbc384b3cf9b465ce1c16bf38f1 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Dec 2024 16:57:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 906a60e..08695da 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ How to use:\ 1. ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web``` -2. ```apt install python3 python3-flask libguestfs-tools jq pip``` +2. ```apt install python3 python3-flask libguestfs-tools jq``` 3. ```chmod +x create.sh``` 4. ```cp createvm.service /etc/systemd/system/createvm.service``` 5. ```systemctl daemon-reload```