Skip to content

Commit 837468f

Browse files
authored
Update go get in examples/README.md
1 parent 8a1ed63 commit 837468f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To see the list of posible arguments for each program, use `--help`.
2424

2525
To run:
2626
```{r, engine='bash', count_lines}
27-
$ go get github.com/digitalocean/go-qemu
27+
$ go get github.com/digitalocean/go-qemu/...
2828
$ go run examples/hypervisor_domain_list/main.go -domainName="ubuntu14.04"
2929
or
3030
$ go run examples/hypervisor_domain_list/main.go -network=tcp \
@@ -55,7 +55,7 @@ debian8
5555

5656
To run:
5757
```{r, engine='bash', count_lines}
58-
$ go get github.com/digitalocean/go-qemu
58+
$ go get github.com/digitalocean/go-qemu/...
5959
$ go run examples/domain_details/main.go
6060
or
6161
$ go run examples/domain_details/main.go -network=tcp \
@@ -109,7 +109,7 @@ Status: running
109109

110110
To run:
111111
```{r, engine='bash', count_lines}
112-
$ go get github.com/digitalocean/go-qemu
112+
$ go get github.com/digitalocean/go-qemu/...
113113
$ go run examples/domain_system_powerdown/main.go -domainName="ubuntu14.04"
114114
or
115115
$ go run examples/domain_system_powerdown/main.go -network=tcp \
@@ -121,4 +121,4 @@ You should have an output similar to this:
121121
```{r, engine='bash', count_lines}
122122
Connecting to unix:///var/run/libvirt/libvirt-sock
123123
Domain should be shut off now
124-
```
124+
```

0 commit comments

Comments
 (0)