From 5a40d696f102d55a73574974b834796151904035 Mon Sep 17 00:00:00 2001 From: ohkeenan Date: Sun, 7 Apr 2019 09:59:10 -0700 Subject: [PATCH] Updated repo URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ea4f9a2ba5..bf0cddf0a1c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ developed for Docker Machine. * Add yourself to the `libvirtd` group (may vary by linux distro) so you don't need to sudo * Install [docker-machine](https://github.com/docker/machine/releases) * Go to the - [releases](https://github.com/dhiltgen/docker-machine-kvm/releases) + [releases](https://github.com/tdilauro/docker-machine-kvm/releases) page and download the docker-machine-driver-kvm binary, putting it in your PATH. * You can now create virtual machines using this driver with @@ -22,7 +22,7 @@ This driver leverages [libvirt](http://libvirt.org/) and the [libvirt-go library](https://github.com/libvirt/libvirt-go) to create and manage KVM based virtual machines. It has been tested with Ubuntu 12.04 through 15.04 and should work on most platforms with KVM/libvirt support. If you run into -compatibility problems, please file an [issue](https://github.com/dhiltgen/docker-machine-kvm/issues). +compatibility problems, please file an [issue](https://github.com/tdilauro/docker-machine-kvm/issues). Typically you'll run `docker-machine` as yourself, so you'll want to follow your distro specific instructions on allowing libvirt access