Skip to content

Commit

Permalink
Mention govanityurls can run outside of GAE
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Feb 19, 2020
1 parent 6a08270 commit 5403fc2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

```
Expand Down

0 comments on commit 5403fc2

Please sign in to comment.