From 9a7379651aceb1e3fb7e2a7e7d51379d82f6c5f4 Mon Sep 17 00:00:00 2001 From: Jeffrey Wildman Date: Mon, 22 Dec 2014 22:54:12 -0600 Subject: [PATCH] Update README with usage --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df43c91..e2fad41 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,16 @@ Updated/new formulae to build virt-manager on Mac OSX. Included is a set of formulas covering a subset of virt-manager dependencies. Also included is a work-in-progress formula for virt-manager. -Note: SSH passwords not prompted unless --debug or --no-fork is used to start virt-manager. +# Usage -# TODO: + brew tap jeffreywildman/homebrew-virt-manager + brew install virt-manager + +Note: SSH passwords for connecting to remote URIs are not prompted unless --debug or --no-fork is used to start virt-manager. + +# Todo * Get vnc console working: need formulas for dependencies gtk-vnc and spice-gtk3. * Extend formula to support brewing virt-manager with system python. * When available, update url for libvirt-python to pypi.python.org. -* Symlink schema files. +* Symlink installed files, e.g. schema files.