Skip to content

Commit a5f8276

Browse files
author
Ajay Kannan
committed
Removing 'install' terminology
1 parent 0aadec0 commit a5f8276

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/site/resources/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>gcloud</h1>
5757
<p>Google Cloud Client Library for Java - an idiomatic, intuitive, and natural way for Java developers to integrate with Google Cloud Platform services, like Cloud Datastore and Cloud Storage.</p>
5858
</div><!-- end of .col.col-left -->
5959
<div class="col col-right">
60-
<h2>Quickstart with Maven: Add this to your pom.xml</h2>
60+
<h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
6161
<pre>&lt;dependency&gt;
6262
&lt;groupId&gt;com.google.gcloud&lt;/groupId&gt;
6363
&lt;artifactId&gt;gcloud-java&lt;/artifactId&gt;
@@ -118,9 +118,9 @@ <h3 class="block-title">What is it?</h3>
118118

119119
<p><code>gcloud</code> is configured to access Google Cloud Platform
120120
services and authorize (OAuth 2.0) automatically on your behalf.
121-
With a quick install and a private key, you are up and ready
122-
to go. Better yet, if you are running on a Google Compute Engine
123-
instance, the installation is enough!</p>
121+
Add the <code>gcloud</code> dependency to your project and get a private key to be
122+
up and ready to go. Better yet, if you are running on a Google
123+
Compute Engine instance, the private key is automatically detected.
124124

125125
<h4>Retrieve Datastore Entries</h4>
126126

0 commit comments

Comments
 (0)