harvesthealth's picture
Upload folder using huggingface_hub
f14b4e9 verified

Installation

Homebrew (recommended)

brew tap 42futures/firm
brew install firm

Manual installation

  1. Download the release

    • Go to GitHub Releases
    • Download the appropriate archive for your operating system and architecture
    • Run uname -m in your terminal if you're not sure which architecture to choose
  2. Extract the archive

    tar -xzf firm-[OS]-[ARCH].tar.gz
    cd firm-[OS]-[ARCH]
    
  3. Install globally

    chmod +x firm
    sudo mv firm /usr/local/bin/
    

Verify installation

After installation, verify that Firm is working:

firm --version

You should see the version number printed to your terminal.