File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ To run the sample, you will need to do the following:
22
22
1 . Update packages and install required packages
23
23
sudo apt-get update && sudo apt-get install git-core openjdk-8-jdk maven
24
24
1 . Clone the repo
25
- git clone https://github.com/shun-fan/test-compute-sendgrid .git
25
+ git clone https://github.com/GoogleCloudPlatform/java-docs-samples .git
26
26
1 . Configure your SendGrid settings in the java class (SENDGRID_API_KEY, SENDGRID_SENDER, TO_EMAIL)
27
- . /sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
27
+ java-docs-samples/compute /sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java
28
28
1 . Navigate back to ./sendgrid and use maven to package the class as a jar
29
29
mvn clean package
30
30
1 . Switch to the target directory with the jar file and enable execution on that file
You can’t perform that action at this time.
0 commit comments