Update README.md

This commit is contained in:
Blackwhitebear8 2024-12-09 15:50:32 +01:00
parent 9244f97fff
commit 73b64bab65

View file

@ -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```