Skip to content

Commit 2c98d96

Browse files
authored
Merge pull request #174 from perelin/master
Updated README.md with new install command
2 parents 71f9010 + fa6f695 commit 2c98d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Assuming you have a working Go environment and `GOPATH/bin` is in your
1616
`PATH`, `gin` is a breeze to install:
1717

1818
```shell
19-
go get github.com/codegangsta/gin
19+
go install github.com/codegangsta/gin@latest
2020
```
2121

2222
Then verify that `gin` was installed correctly:

0 commit comments

Comments
 (0)