Seems like we need a v0.1.1 binary built, with some matching lines in the README.md afterwards.
$ curl -L https://github.com/machine-drivers/docker-machine-driver-qemu/releases/download/v0.1.0/default.docker-machine-driver-qemu-$(uname -s)-$(uname -m) > docker-machine-driver-qemu
$ sudo cp docker-machine-driver-qemu /usr/local/bin/docker-machine-driver-qemu
$ sudo chmod 755 /usr/local/bin/docker-machine-driver-qemu
Not sure where that "default" came from last time, but we should probably try to get rid of it if we can ?
Will also fix #2