@arj @kira @romuloalves @mixmix
maybe make the git-ssb repo into a one-liner install script would be ideal. Like how easy it is to get started with nvm.
have the process involve only 1 download/ install
Are curl | sh
installations considered okay? That is what nvm uses.
Is this too long for a one-liner install?:
curl 'https://viewer.scuttlebot.io/&qNy5xZ4bhu61z4k+XenbtDnt1IJp0b/gLJ/vdzd5vxM=.sha256' > /tmp/example && echo 'a8dcb9c59e1b86eeb5cf893e5de9dbb439edd48269d1bfe02c9fef773779bf13 /tmp/example' | sha256sum -c && sh /tmp/example
Is install from a local blob useful?:
curl 'http://localhost:8989/blobs/get/&qNy5xZ4bhu61z4k+XenbtDnt1IJp0b/gLJ/vdzd5vxM=.sha256' | sh
Should Node.js be assumed/required to be already installed?