]> git.proxmox.com Git - spiceterm.git/commitdiff
add README
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 11 Oct 2013 12:24:15 +0000 (14:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 11 Oct 2013 12:31:51 +0000 (14:31 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..92dfbca
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+
+spiceterm is a full featured terminal emulator and exports the display
+using the SPICE protocol.
+
+Features: 
+
+* xterm/linux compatible
+* cut and paste (vdagent)
+* screen resize (vdagent)
+
+Example usage:
+
+By default we start a simple shell (/bin/sh)
+
+# ./spiceterm & remote-viewer spice://localhost:5912
+
+You can also specify the program to execute, for example a login screen
+
+# ./spiceterm -c /bin/login & remote-viewer spice://localhost:5912
+
+Or enter a OpenVZ container console
+
+# ./spiceterm -c vzctl enter 100  & remote-viewer spice://localhost:5912
+