@@ -24,7 +24,7 @@ To see the list of posible arguments for each program, use `--help`.
24
24
25
25
To run:
26
26
``` {r, engine='bash', count_lines}
27
- $ go get github.com/digitalocean/go-qemu
27
+ $ go get github.com/digitalocean/go-qemu/...
28
28
$ go run examples/hypervisor_domain_list/main.go -domainName="ubuntu14.04"
29
29
or
30
30
$ go run examples/hypervisor_domain_list/main.go -network=tcp \
@@ -55,7 +55,7 @@ debian8
55
55
56
56
To run:
57
57
``` {r, engine='bash', count_lines}
58
- $ go get github.com/digitalocean/go-qemu
58
+ $ go get github.com/digitalocean/go-qemu/...
59
59
$ go run examples/domain_details/main.go
60
60
or
61
61
$ go run examples/domain_details/main.go -network=tcp \
@@ -109,7 +109,7 @@ Status: running
109
109
110
110
To run:
111
111
``` {r, engine='bash', count_lines}
112
- $ go get github.com/digitalocean/go-qemu
112
+ $ go get github.com/digitalocean/go-qemu/...
113
113
$ go run examples/domain_system_powerdown/main.go -domainName="ubuntu14.04"
114
114
or
115
115
$ go run examples/domain_system_powerdown/main.go -network=tcp \
@@ -121,4 +121,4 @@ You should have an output similar to this:
121
121
``` {r, engine='bash', count_lines}
122
122
Connecting to unix:///var/run/libvirt/libvirt-sock
123
123
Domain should be shut off now
124
- ```
124
+ ```
0 commit comments