|
|
140d58 |
From 260b1283dc3b6473b19941d466779244f32ddcf1 Mon Sep 17 00:00:00 2001
|
|
|
140d58 |
From: Pavel Grunt <pgrunt@redhat.com>
|
|
|
140d58 |
Date: Thu, 19 Jan 2017 17:36:47 +0100
|
|
|
140d58 |
Subject: [PATCH 12/26] README: switch to Markdown syntax
|
|
|
140d58 |
MIME-Version: 1.0
|
|
|
140d58 |
Content-Type: text/plain; charset=UTF-8
|
|
|
140d58 |
Content-Transfer-Encoding: 8bit
|
|
|
140d58 |
|
|
|
140d58 |
To render nicely on the project git page:
|
|
|
140d58 |
https://pagure.io/virt-viewer
|
|
|
140d58 |
|
|
|
140d58 |
Acked-by: Fabiano FidĂȘncio <fabiano@fidencio.org>
|
|
|
140d58 |
---
|
|
|
140d58 |
README => README.md | 7 ++-----
|
|
|
140d58 |
1 file changed, 2 insertions(+), 5 deletions(-)
|
|
|
140d58 |
rename README => README.md (92%)
|
|
|
140d58 |
|
|
|
140d58 |
diff --git a/README b/README.md
|
|
|
140d58 |
similarity index 92%
|
|
|
140d58 |
rename from README
|
|
|
140d58 |
rename to README.md
|
|
|
140d58 |
index ea1c633..ceb01a9 100644
|
|
|
140d58 |
--- a/README
|
|
|
140d58 |
+++ b/README.md
|
|
|
140d58 |
@@ -1,5 +1,4 @@
|
|
|
140d58 |
- Virt Viewer
|
|
|
140d58 |
- ===========
|
|
|
140d58 |
+# Virt Viewer
|
|
|
140d58 |
|
|
|
140d58 |
Virt Viewer provides a graphical viewer for the guest OS
|
|
|
140d58 |
display. At this time is supports guest OS using the VNC
|
|
|
140d58 |
@@ -22,7 +21,7 @@ display of the SPICE protocol, which is available from:
|
|
|
140d58 |
https://www.spice-space.org/download.html
|
|
|
140d58 |
|
|
|
140d58 |
Use of either SPICE-GTK or GTK-VNC can be disabled at time
|
|
|
140d58 |
-of configure, with --without-gtk-vnc or --without-spice-gtk
|
|
|
140d58 |
+of configure, with `--without-gtk-vnc` or `--without-spice-gtk`
|
|
|
140d58 |
respectively.
|
|
|
140d58 |
|
|
|
140d58 |
Virt Viewer uses libvirt to lookup information about the
|
|
|
140d58 |
@@ -38,5 +37,3 @@ found on the Virt Manager website:
|
|
|
140d58 |
Feedback should be directed to the mailing list at
|
|
|
140d58 |
|
|
|
140d58 |
http://www.redhat.com/mailman/listinfo/virt-tools-list
|
|
|
140d58 |
-
|
|
|
140d58 |
--- End
|
|
|
140d58 |
--
|
|
|
140d58 |
2.12.0
|
|
|
140d58 |
|