From 2171d0d238171419154716a938118badc72ad20b Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Fri, 6 Mar 2020 18:59:23 +0100 Subject: [PATCH] Fix go get command (#37) I also added another comment that makes it easier to get it running. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b037c..2c46ddb 100644 --- a/README.md +++ b/README.md @@ -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 ```