lilypad
lilypad copied to clipboard
Improve cli installation experience
Regards to the following comment: https://discord.com/channels/1212897693450641498/1222749187804758057/1238288718792622120
Like the Homebrew install found here, https://brew.sh/ I am to write an install script that installs Lilypad on multiple systems and then put that script on Github and then have a curl request and command that pulls the script and runs it. Just like the Homebrew example.
Example Homerew Script: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+1 on a brew install!