From 91d07d0758e5830463655c0ef326f492b08a2016 Mon Sep 17 00:00:00 2001 From: whiskerz007 <2713522+whiskerz007@users.noreply.github.com> Date: Mon, 18 Feb 2019 15:33:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 947cfba..16d8c68 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# proxmox_hassos_install \ No newline at end of file +# Proxmox HassOS Install + +To create a new HassOS VM in Proxmox with the latest version, run the following in a SSH session or the console from Proxmox interface + +``` +TMP=`mktemp -d`;pushd $TMP;wget -qO - https://raw.githubusercontent.com/whiskerz007/proxmox_hassos_install/master/install.sh | bash;popd;rm -rf $TMP;unset TMP +```