Skip to content

fwup-home/asdf-fwup

Repository files navigation

asdf-fwup Build Lint

This is the fwup plugin for the asdf and mise-en-place package managers.

Contents

Dependencies

Linux

sudo apt-get install autoconf pkg-config help2man libconfuse-dev libarchive-dev

MacOS

brew install confuse libarchive pkg-config automake

Install

Plugin:

asdf plugin add fwup https://github.com/fwup-home/asdf-fwup.git

or

mise plugin install fwup https://github.com/fwup-home/asdf-fwup.git

Usage

# Show all installable versions
asdf list-all fwup

# Install the latest version
asdf install fwup latest

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

# Now fwup commands are available
fwup --version

Check the asdf and mise instructions on how to install & manage versions.