Skip to content

Commit 0a3ec28

Browse files
committed
Fix install command [ci skip]
1 parent 7761059 commit 0a3ec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/patch_for_go_gem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Patch to make a gem into a Go gem right after `bundle gem`
88
3. Run `ruby patch_for_go_gem.rb --file /path/to/GEM_NAME.gemspec --dry-run`
99
4. Run `ruby patch_for_go_gem.rb --file /path/to/GEM_NAME.gemspec`
1010
5. `cd` to the same location as `ext/GEM_NAME/go.mod`
11-
6. Run `go get -u github.com/sue445/go-gem-wrapper`
11+
6. Run `go get -u github.com/sue445/go-gem-wrapper@latest`

0 commit comments

Comments
 (0)