Skip to content

Commit 461b29c

Browse files
authored
Merge pull request #78 from dgretton/newinstall
Update README.md to use 'go install' instead of 'go get'
2 parents 0465cfc + 550fbf8 commit 461b29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It works by wrapping up some system tools in a portable(ish) way. On BSD-derived
77
## Installation
88

99
```
10-
$ go get github.com/tylertreat/comcast
10+
$ go install github.com/tylertreat/comcast@latest
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)