diff --git a/README.md b/README.md index ca68c85..13f8cff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ How to use: - +```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web``` +```apt install python3 libguestfs-tools jq``` ```pip install flask``` -```chmod+x create.sh``` -```python3 app.py ``` +```chmod +x create.sh``` +```cp createvm.service /etc/systemd/system/createvm.service``` +```systemctl daemon-reload``` +```systemctl enable --now createvm.service && systemctl start createvm```