diff --git a/README.md b/README.md index fa635e3..5d3a0c3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # pve-devuan-appliances -Build Devuan Virtual Appliances for Proxmox using DAB (Debian Appliance Builder) +Devuan Virtual Appliances for Proxmox ## usage +### Use ready-to-use template +Download the [ready-to-use template](https://github.com/siddolo/pve-devuan-appliances/releases) and upload it into Proxmox using the web interface or copy it into Proxmox template directory (for example /rpool/template/cache/). + +### Build Devuan template using DAB (Debian Appliance Builder) ``` cd devuan-1.0-standard-64 make @@ -10,7 +14,6 @@ make # For example: # mv debian-8.0-devuan-1.0-standard_1.0_amd64.tar.gz /rpool/template/cache/devuan-1.0-standard_1.0_amd64.tar.gz ``` - -## references -* https://pve.proxmox.com/wiki/Debian_Appliance_Builder +References: +* https://pve.proxmox.com/wiki/Debian_Appliance_Build * https://pve.proxmox.com/wiki/Build_your_first_DAB_Appliance_Template