add go-get instructions to README

This commit is contained in:
Jaana Burcu Dogan 2017-06-25 17:01:06 -07:00
parent 650149c55c
commit 15c90b8288

View File

@ -32,3 +32,9 @@ Deploy the app:
```
$ gcloud app deploy
```
That's it! You can use `go get` to get the package from your custom domain.
```
$ go get CUSTOM_DOMAIN/portmidi
```