Skip to content

Commit 8b4698f

Browse files
authored
Updated the install command (#42)
* Updated the install command The previous command issued a deprecated error ``` go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. ``` * Updated install command to latest
1 parent 4800c6a commit 8b4698f

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 @@ Status: STABLE. The format will only change if bugs are found. Please report any
1818

1919
Binaries can be downloaded from [Releases](https://github.com/klauspost/asmfmt/releases). Unpack the file into your executable path.
2020

21-
To install the standalone formatter from source using Go framework: `go get -u github.com/klauspost/asmfmt/cmd/asmfmt`.
21+
To install the standalone formatter from source using Go framework: `go install github.com/klauspost/asmfmt/cmd/asmfmt@latest`.
2222

2323
# updates
2424

0 commit comments

Comments
 (0)