devapp: update README.md to add the installation of App Engine SDK

Adds a step for the first time setup section which installs the App
Engine SDK.

Change-Id: I9aef3695e1e8e52a3bdb95caa898dfc0d9b70e8c
Reviewed-on: https://go-review.googlesource.com/c/build/+/208338
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/devapp/README.md b/devapp/README.md
index 506eeae..457013a 100644
--- a/devapp/README.md
+++ b/devapp/README.md
@@ -25,6 +25,8 @@
 $ gcloud auth configure-docker
 ```
 
+Install the App Engine Go SDK: [instructions](https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu)
+
 ### Staging
 
 ```sh