Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
go requires a version number for `go install` commands, so add @latest to the commands.

Signed-off-by: Warner Losh <[email protected]>
  • Loading branch information
bsdimp committed Sep 17, 2024
1 parent 41e39fd commit 632cdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Example usage:
go version

# For UTK:
go install github.com/linuxboot/fiano/cmds/utk
go install github.com/linuxboot/fiano/cmds/utk@latest

# For fmap:
go install github.com/linuxboot/fiano/cmds/fmap
go install github.com/linuxboot/fiano/cmds/fmap@latest

The executables are installed in `$HOME/go/bin`.

Expand Down

0 comments on commit 632cdb5

Please sign in to comment.