Skip to content

Commit 1752681

Browse files
authored
interfaces: update README.md (#36)
use go install instead of go get due to https://go.dev/doc/go-get-install-deprecation
1 parent 915e862 commit 1752681

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
@@ -12,7 +12,7 @@ Generates an interface for a named type.
1212

1313
*Installation*
1414
```bash
15-
~ $ go get github.com/rjeczalik/interfaces/cmd/interfacer
15+
~ $ go install github.com/rjeczalik/interfaces/cmd/interfacer@latest
1616
```
1717

1818
*Usage*

0 commit comments

Comments
 (0)