Installation
Download the binary and make it executable¶
-
Download the release you want to install from the releases page.
- for MacOS, you need
dropsolid-launchpad-darwin-amd64
- for Linux, you need
dropsolid-launchpad-linux-amd64
- for MacOS, you need
-
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