Skip to content

Commit

Permalink
Merge pull request #169 from GoogleCloudPlatform/shun-fan-patch-1
Browse files Browse the repository at this point in the history
Update readme for compute sendgrid
  • Loading branch information
Shun Fan committed Apr 20, 2016
2 parents bd070d9 + 97c0a53 commit 2d0f513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/sendgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ To run the sample, you will need to do the following:
1. Update packages and install required packages
sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven
1. Clone the repo
git clone https://github.com/shun-fan/test-compute-sendgrid.git
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
1. Configure your SendGrid settings in the java class (SENDGRID_API_KEY, SENDGRID_SENDER, TO_EMAIL)
./sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
java-docs-samples/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
1. Navigate back to ./sendgrid and use maven to package the class as a jar
mvn clean package
1. Switch to the target directory with the jar file and enable execution on that file
Expand Down

0 comments on commit 2d0f513

Please sign in to comment.