Skip to content

Commit

Permalink
docs: go back to referring to latest
Browse files Browse the repository at this point in the history
This didn't work in mise, but is too convenient since it works in asdf.
  • Loading branch information
fhunleth committed Oct 21, 2024
1 parent c540537 commit 862a0c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ mise plugin install fwup https://github.com/fwup-home/asdf-fwup.git
# Show all installable versions
asdf list-all fwup

# Install specific version
asdf install fwup 1.11.0
# Install the latest version
asdf install fwup latest

# Set a version globally (on your ~/.tool-versions file)
asdf global fwup 1.11.0
asdf global fwup latest

# Now fwup commands are available
fwup --version
Expand Down

0 comments on commit 862a0c0

Please sign in to comment.