Skip to content

Commit 3ac055e

Browse files
authored
Merge pull request #55 from yuheitomi/fix-go-get
Update README.md (use `go install`)
2 parents bc6e726 + 18bf3f3 commit 3ac055e

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)