From 7e6b78d2e580b4f54b73430bd052f74a59e6476d Mon Sep 17 00:00:00 2001 From: Virgil Date: Tue, 13 Aug 2019 09:20:31 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a9e87..ef535f0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,8 @@ resource "proxmox_vm_qemu" "prepprovision-test" { size = 4G backup = true } - # Serial interface is used by xterm.js + # Serial interface of type socket is used by xterm.js + # You will need to configure your guest system before being able to use it serial { id = 0 type = "socket"