Add the link to a new dependencies in README.md

Add the link to the dependencise github.com/rgbkrk/libvirt-go
This commit is contained in:
Marc Antoine Dumont
2016-10-24 16:16:05 -04:00
parent 15103d18ef
commit 80476d19f9

View File

@@ -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/dbus
go get github.com/coreos/go-systemd/util go get github.com/coreos/go-systemd/util
go get github.com/coreos/pkg/capnslog 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` * stringer (optional for building), available as a package on some platforms, otherwise via `go get`
``` ```