From 364bb7c3fb6d42c19b6b1b687189df7599dedb76 Mon Sep 17 00:00:00 2001 From: Ryan Seys Date: Mon, 1 Sep 2014 15:58:21 -0400 Subject: [PATCH] Add gcloud cli message to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f5c6ccc56c..a04d4284ee4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Planned, but not yet available: * [Google Compute Engine](https://developers.google.com/compute) * [Google BigQuery](https://developers.google.com/bigquery/) +If you are looking for the `gcloud` command-line tool, check it out [here][gcloudcli]. + ## Quickstart ```sh @@ -199,3 +201,5 @@ sub.close(); ## Contributing See [CONTRIBUTING](CONTRIBUTING.md). + +[gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/