diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-19 08:47:23 -0800 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-19 08:47:23 -0800 |
commit | e2e081a32e4fb28ad58d395b67862db7d76124d0 (patch) | |
tree | 643341b2b66dd5c34f6464cc989832800f458e24 | |
parent | a75e4efe23f16df84bebbc20640b443a3f69283b (diff) | |
parent | b4472d88106bf799eab0cb3deb34cbf4f42c34fb (diff) |
Merge pull request #614 from jtattermusch/nitpicking
Fixed readme
-rw-r--r-- | tools/dockerfile/grpc_base/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_base/README.md b/tools/dockerfile/grpc_base/README.md index e3b5f2ef37..5c81b02425 100644 --- a/tools/dockerfile/grpc_base/README.md +++ b/tools/dockerfile/grpc_base/README.md @@ -2,7 +2,8 @@ Base GRPC Dockerfile ==================== Dockerfile for creating the base gRPC development Docker instance. -For now, this assumes that the development will be done on GCE instances, with source code on Git-on-Borg. +For now, this assumes that the development will be done on GCE instances, +with source code on GitHub. As of 2015/02/02, it includes - git |