Skip to content

Commit 6baa1ba

Browse files
authored
Merge pull request digitalocean#139 from digitalocean/readme-go-get
README: add installation instructions
2 parents 890e6a9 + 5d6a8df commit 6baa1ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ instances. Apache 2.0 Licensed.
77
Feel free to join us in [`#go-qemu` on freenode](https://webchat.freenode.net/)
88
if you'd like to discuss the project.
99

10+
Installation
11+
------------
12+
13+
Use `go get` to retrieve all of the packages in `go-qemu`:
14+
15+
```shell
16+
$ go get github.com/digitalocean/go-qemu/...
17+
```
18+
1019
Overview
1120
--------
1221

0 commit comments

Comments
 (0)