Skip to content

Latest commit

 

History

History
104 lines (67 loc) · 1.59 KB

File metadata and controls

104 lines (67 loc) · 1.59 KB

Homebrew Installation

This repository can be used as a Homebrew tap to install spry on macOS and Linux.

Installation

Option 1: Install directly (without tapping)

brew install programmablemd/packages/spry

Option 2: Install from this tap

# Add the tap
brew tap programmablemd/homebrew-packages

# Install spry
brew install spry

Usage

After installation, you can use the spry command:

spry --help
spry --version

Updating

To update to the latest version:

brew upgrade spry

Install Specific Version

To install a specific version of spry:

Option 1: Using version suffix

brew install programmablemd/packages/spry@0.102.1

Option 2: Switch between installed versions

If you have multiple versions installed:

brew unlink spry@0.102.1 && brew link spry@0.101.3

Uninstalling

To remove the tool:

brew uninstall spry

To remove the tap:

brew untap programmablemd/homebrew-packages

Supported Platforms

  • macOS: Intel (x86_64) and Apple Silicon (ARM64)
  • Linux: Ubuntu/Debian-based distributions (x86_64)

Notes

  • The formula automatically detects your platform and installs the appropriate binary
  • On macOS, it installs the native macOS binary
  • On Linux, it extracts and installs from the DEB package

Troubleshooting

If you encounter issues:

  1. Make sure Homebrew is up to date:

    brew update
  2. Try reinstalling:

    brew uninstall spry
    brew install spry
  3. Check the formula:

    brew info spry