From 80476d19f9f1fb574ee6e7c0df790393e463e266 Mon Sep 17 00:00:00 2001 From: Marc Antoine Dumont Date: Mon, 24 Oct 2016 16:16:05 -0400 Subject: [PATCH] Add the link to a new dependencies in README.md Add the link to the dependencise github.com/rgbkrk/libvirt-go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0181ca82..52f9d12a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ go get github.com/urfave/cli go get github.com/coreos/go-systemd/dbus go get github.com/coreos/go-systemd/util go get github.com/coreos/pkg/capnslog +go get github.com/rgbkrk/libvirt-go ``` * stringer (optional for building), available as a package on some platforms, otherwise via `go get` ```