diff --git a/AUTHORS b/AUTHORS index f459eae..e2836c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,3 +14,4 @@ Justin Kim Luis Sagastume Nedim Dedic Roberto J Rojas +Marko Mudrinic diff --git a/examples/README.md b/examples/README.md index d4d702e..78f9a39 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,7 +24,7 @@ To see the list of posible arguments for each program, use `--help`. To run: ```{r, engine='bash', count_lines} - $ go get github.com/digitalocean/go-qemu + $ go get github.com/digitalocean/go-qemu/... $ go run examples/hypervisor_domain_list/main.go -domainName="ubuntu14.04" or $ go run examples/hypervisor_domain_list/main.go -network=tcp \ @@ -55,7 +55,7 @@ debian8 To run: ```{r, engine='bash', count_lines} - $ go get github.com/digitalocean/go-qemu + $ go get github.com/digitalocean/go-qemu/... $ go run examples/domain_details/main.go or $ go run examples/domain_details/main.go -network=tcp \ @@ -109,7 +109,7 @@ Status: running To run: ```{r, engine='bash', count_lines} - $ go get github.com/digitalocean/go-qemu + $ go get github.com/digitalocean/go-qemu/... $ go run examples/domain_system_powerdown/main.go -domainName="ubuntu14.04" or $ go run examples/domain_system_powerdown/main.go -network=tcp \ @@ -121,4 +121,4 @@ You should have an output similar to this: ```{r, engine='bash', count_lines} Connecting to unix:///var/run/libvirt/libvirt-sock Domain should be shut off now -``` \ No newline at end of file +```