Skip to content

Commit 18bf3f3

Browse files
authored
Update README.md (use go install)
Use go install instead of go get
1 parent bc6e726 commit 18bf3f3

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
@@ -35,7 +35,7 @@ GLOBAL OPTIONS:
3535
## Installation
3636

3737
```
38-
$ go get github.com/mattn/memo
38+
$ go install github.com/mattn/memo@latest
3939
```
4040

4141
Let's start create memo file.

0 commit comments

Comments
 (0)