Skip to content

Commit

Permalink
Fix go get command (#37)
Browse files Browse the repository at this point in the history
I also added another comment that makes it easier to get it running.
  • Loading branch information
Pitasi committed Mar 6, 2020
1 parent 5403fc2 commit 2171d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 2171d0d

Please sign in to comment.