Lilypad-Tech / lilypad-modicum

This is the deprecated Lilypad v1. See https://github.com/bacalhau-project/lilypad for v2. Previous FEVM-Bacalhau bridge (v0): https://github.com/bacalhau-project/lilypad-v0
GNU General Public License v3.0
12 stars 8 forks source link

CLI simply 404? #79

Closed mahavatara closed 1 year ago

mahavatara commented 1 year ago

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 !

DeveloperAlly commented 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

polus-arcticus commented 1 year ago

@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

mahavatara commented 1 year ago

curl -sSL -O https://raw.githubusercontent.com/bacalhau-project/lilypad-modicum/main/lilypad

Thanks. I guess you know where I found the shurl :)