• v0.1.0-alpha.7 7687f1bc5c

    hugooconnor released this 2025-03-16 09:43:10 +00:00 | 468 commits to main since this release

    Release v0.1.0-alpha.7

    See the CHANGELOG.md for details.

    Installation

    Direct Download

    1. Download the appropriate archive for your platform
    2. Extract the archive:
      tar -xzf llm-md-linux-x86_64.tar.gz
      
    3. Install the binary:
      # Option 1: Copy to a location in your PATH
      sudo cp llm-md-dist/bin/llm-md /usr/local/bin/
      
      # Option 2: Add the bin directory to your PATH
      export PATH="$PATH:$PWD/llm-md-dist/bin"
      

    Using the Install Script

    curl -fsSL https://llm.md/install.sh | bash
    
    Downloads