Mention govanityurls can run outside of GAE

This commit is contained in:
JBD 2020-02-19 12:22:59 -08:00
parent 6a082708bf
commit 5403fc24b6

View File

@ -1,10 +1,22 @@
# Go Vanity URLs
Go Vanity URLs is a simple App Engine Go app that allows you
Go Vanity URLs is a simple Go server that allows you
to set custom import paths for your Go packages.
It also can run on Google App Engine.
## Quickstart
Install and run the binary:
```
$ go get -u https://github.com/GoogleCloudPlatform/govanityurls
$ # update vanity.yaml
$ govanityurls
```
### Google App Engine
Install [gcloud](https://cloud.google.com/sdk/downloads) and install Go App Engine component:
```