Closed mahavatara closed 1 year ago
Here is the CLI install line
curl -sSL -O https://raw.githubusercontent.com/bacalhau-project/lilypad-modicum/main/lilypad && sudo install lilypad /usr/local/bin/lilypad
from the docs: https://docs.lilypadnetwork.org/lilypad-v1-testnet/quick-start/install-run-requirements
@mahavatara I had to ad the v flag so curl follows redirects
curl -svSL -O https://raw.githubusercontent.com/bacalhau-project/lilypad-modicum/main/lilypad && sudo install lilypad /usr/local/bin/lilypad
curl -sSL -O https://raw.githubusercontent.com/bacalhau-project/lilypad-modicum/main/lilypad
Thanks. I guess you know where I found the shurl :)
The project seems to be alive, but the curl line that's supposed to get the cli gives me a 404 for https://bit.ly/get-lilypad What's going on !