JS CLI Wrapper
Run the Lilypad CLI wrapper locally
Getting Started
Prerequisites
Installing and Setting up Lilypad Binary
git clone https://github.com/Lilypad-Tech/lilypad
cd lilypad
go build -v -o lilypad
# For Linux: Move to /usr/bin
sudo mv lilypad /usr/bin/
# For Mac: Move to /usr/local/bin
sudo mv lilypad /usr/local/binUsage
Last updated
Was this helpful?

