Skip to content

Installation

Download the binary and make it executable

  • Download the release you want to install from the releases page.

Ensure you pick the correct OS and architecture

there are images for Darwin (MacOS), Linux and Windows, both for AMD and ARM architecture.

  • Open a a terminal and go to the place where your browser downloads files

    cd ~/Downloads
    
  • Move the binary to the global local binaries folder

    • for MacOS

      mv dropsolid-launchpad-darwin-amd64 /usr/local/bin/launchpad
      
    • for Linux

      mv dropsolid-launchpad-linux-amd64 /usr/local/bin/launchpad
      
  • Make the binary executable

    chmod 755 /usr/local/bin/launchpad