diff --git a/README.md b/README.md index 51d0bae5f71f5f80eaed092a43f84d69d039900b..66bb5add9f9a86a375aba1bd2320dfdb0f96e18d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Go generated proto packages [](https://travis-ci.org/google/go-genproto) [](https://godoc.org/google.golang.org/genproto) +``` +go get google.golang.org/genproto +``` + > **IMPORTANT** This repository is currently experimental. The structure > of the contained packages is subject to change. Please see the original > source repositories (listed below) to find out the status of the each diff --git a/internal/kokoro/test.sh b/internal/kokoro/test.sh index 9709a78e7a8ef1df7c594aa5e0d4ab1446945462..8d92309c9c81873a240ac26034d3a14181837ce9 100755 --- a/internal/kokoro/test.sh +++ b/internal/kokoro/test.sh @@ -15,7 +15,7 @@ go version # Set $GOPATH export GOPATH="$HOME/go" -export GENPROTO_HOME=$GOPATH/src/google/go-genproto +export GENPROTO_HOME=$GOPATH/src/google.golang.org/genproto export PATH="$GOPATH/bin:$PATH" mkdir -p $GENPROTO_HOME