From d6b9dfb0d99cc1d984c3817c99032e1c1795c913 Mon Sep 17 00:00:00 2001 From: Daniele Corsini Date: Fri, 21 Feb 2020 18:56:26 +0100 Subject: [PATCH] Improve code --- README.md | 13 +++++++++++++ .../Corsinvest.ProxmoxVE.Pepper.csproj | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a032273..3257a0f 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,16 @@ This tool need basically no configuration. ```sh root@debian:~# cv4pve-pepper --host=192.168.0.100 --username=root@pam --password=fagiano --vmid 100 --viewer path-spice-viewer ``` + +## SPICE client + +* [Windows: virt-viewer 0.5.6 or higher,](http://www.spice-space.org/download.html) + +* Linux: virt-viewer 0.5.6 or higher + +* [OS X (not yet working as expected): virt-viewer 0.5.7 or higher](https://www.spice-space.org/osx-client.html) + +## Topical path of remove viewer + +* Linux /usr/bin/remote-viewer +* Windows C:\Program Files\VirtViewer v?.?-???\bin\remote-viewer.exe diff --git a/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj b/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj index b8a0931..e692986 100644 --- a/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj +++ b/src/Corsinvest.ProxmoxVE.Pepper/Corsinvest.ProxmoxVE.Pepper.csproj @@ -1,7 +1,7 @@ Exe - 1.1.0 + 1.1.1 netcoreapp3.0 cv4pve-pepper Corsinvest Srl @@ -19,6 +19,6 @@ - + \ No newline at end of file