Skip to content

Commit f824163

Browse files
Update readme to modern installation
use `go install` instead of `go get` to install this tool
1 parent 1fd23da commit f824163

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
@@ -18,7 +18,7 @@ The goal is to generate code for service which not fun to write but it should be
1818

1919
## Install
2020
```
21-
go get -u github.com/recolabs/microgen/cmd/microgen
21+
go install github.com/recolabs/microgen/cmd/microgen@latest
2222
```
2323

2424
Note: If you have problems with building microgen, please clone the repository, and run

0 commit comments

Comments
 (0)