Fix go get command (#37)

I also added another comment that makes it easier to get it running.
This commit is contained in:
Antonio Pitasi 2020-03-06 18:59:23 +01:00 committed by GitHub
parent 5403fc24b6
commit 2171d0d238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,10 @@ It also can run on Google App Engine.
Install and run the binary:
```
$ go get -u https://github.com/GoogleCloudPlatform/govanityurls
$ go get -u github.com/GoogleCloudPlatform/govanityurls
$ # update vanity.yaml
$ govanityurls
$ # open http://localhost:8080
```