Skip to content

Commit

Permalink
Updated the install command (#42)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fredtux authored Oct 11, 2021
1 parent 4800c6a commit 8b4698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Status: STABLE. The format will only change if bugs are found. Please report any

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

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

# updates

Expand Down

0 comments on commit 8b4698f

Please sign in to comment.