Skip to content

Commit 3275972

Browse files
author
Shun Fan
committed
Update readme on compute sendgrid
1 parent 165af88 commit 3275972

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

compute/sendgrid/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ For more information about SendGrid, see their
1111

1212
[sample-docs]: https://cloud.google.com/compute/docs/tutorials/sending-mail/using-sendgrid
1313

14-
## Setup
14+
## Running on Compute Engine
1515

16-
Before you can run or deploy the sample, you will need to do the following:
16+
To run the sample, you will need to do the following:
1717

1818
1. [Create a SendGrid Account](http://sendgrid.com/partner/google). As of
1919
September 2015, Google users start with 25,000 free emails per month.
2020
1. Create a compute instance on the Google Cloud Platform Developer's Console
21-
1. SSH into that instance. If SSHing from the Developer's Console, switch to user managed
22-
if necessary.
21+
1. SSH into the instance you created
2322
1. Update packages and install required packages
2423
sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven
2524
1. Clone the repo
@@ -32,6 +31,6 @@ Before you can run or deploy the sample, you will need to do the following:
3231
chmod +x compute-sendgrid-1.0-SNAPSHOT-jar-with-dependencies.jar
3332
1. Make sure that openjdk 8 is the selected java version
3433
sudo update-alternatives --config java
35-
1. Execute the jar file and send an email
34+
1. Execute the jar file and send an email (make sure you are in the target folder)
3635
java -jar compute-sendgrid-1.0-SNAPSHOT-jar-with-dependencies.jar
3736

0 commit comments

Comments
 (0)