Skip to content

Commit 0a50100

Browse files
committed
update README to use go install
1 parent cf57d84 commit 0a50100

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
@@ -11,7 +11,7 @@ source. To install Go, please see [the installation webpage](http://golang.org/
1111
Then all one needs to do is run
1212

1313
```sh
14-
go get -u github.com/go-air/reach/...
14+
go install github.com/go-air/reach/...@latest
1515
```
1616

1717
This will also get and build our only dependency ([gini](http://github.com/go-air/gini))

0 commit comments

Comments
 (0)